using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Muchinfo.MTPClient.Data.Enums { public enum ShowBankSign { /// /// 不显示签约银行 /// ShowSignType_NoShow = -1, /// /// 显示签约银行 /// ShowSignType_Show = 0, } }