| | |
| | | get { return _lastupdatetime; } |
| | | } |
| | | /// <summary> |
| | | /// 最后修改时间 |
| | | /// </summary> |
| | | public DateTime? CreateTime |
| | | { |
| | | set; |
| | | get; |
| | | } |
| | | /// <summary> |
| | | /// 操作人 |
| | | /// </summary> |
| | | public string Operator |
| | |
| | | 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) |
| | | { |
| | |
| | | this.OrderNum = isChange ? MyConvert.ConvertToInt32(value) : OrderNum; |
| | | theValue = this.OrderNum; |
| | | } |
| | | else if ("CreateTime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 35) |
| | | { |
| | | this.CreateTime = isChange ? MyConvert.ConvertToDateTime(value) : CreateTime; |
| | | theValue = this.CreateTime; |
| | | } |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |