| | |
| | | |
| | | public string Bank { get; set; } |
| | | |
| | | public string Huming { get; set; } |
| | | |
| | | public string AccountID { get; set; } |
| | | |
| | | |
| | |
| | | this.Bank = isChange ? MyConvert.ConvertToString(value) : Bank; |
| | | theValue = this.Bank; |
| | | } |
| | | else if ("Huming".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 28) |
| | | { |
| | | this.Huming = isChange ? MyConvert.ConvertToString(value) : Huming; |
| | | theValue = this.Huming; |
| | | } |
| | | |
| | | else if ("AccountID".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 22) |
| | | { |
| | | this.AccountID = isChange ? MyConvert.ConvertToString(value) : AccountID; |