| | |
| | | set { _remark = value; } |
| | | get { return _remark; } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 开户行 |
| | | /// </summary> |
| | | public string Huming { get; set; } |
| | | /// <summary> |
| | | /// 开户行 |
| | | /// </summary> |
| | |
| | | this.Remark = isChange ? MyConvert.ConvertToString(value) : Remark; |
| | | theValue = this.Remark; |
| | | } |
| | | else if ("Bank".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 31) |
| | | else if ("Bank".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 37) |
| | | { |
| | | this.Bank = isChange ? MyConvert.ConvertToString(value) : Bank; |
| | | theValue = this.Bank; |
| | | } |
| | | else if ("AccountID".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 32) |
| | | else if ("AccountID".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 38) |
| | | { |
| | | this.AccountID = isChange ? MyConvert.ConvertToString(value) : AccountID; |
| | | theValue = this.AccountID; |
| | | } |
| | | else if ("Huming".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 39) |
| | | { |
| | | this.Huming = isChange ? MyConvert.ConvertToString(value) : Huming; |
| | | theValue = this.Huming; |
| | | } |
| | | |
| | | #region 扩展属性 |
| | | else if ("CooperativeStateName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 31) |