摘要: public BankCardType BankCardType { get { return (BankCardType)this.BankTypeId; } set { this.BankTypeId = (int)value; } } 阅读全文
posted @ 2017-11-07 14:59 !opts 阅读(201) 评论(0) 推荐(0) 编辑