| | |
| | | |
| | | public int? BusinessManagerId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 审核状态/未审核0,批准1,不批准2,已结束3 |
| | | /// </summary> |
| | | public int? ApprovalStatus { get; set; } |
| | | |
| | | public decimal? Zengjianmoney { get; set; } |
| | | |
| | | public decimal? kpmoney { get; set; } |
| | | |
| | | |
| | | public string BusinessManager { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | } |
| | | |
| | | public string SellerOrderId |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | public string Kehuqianshoutupian |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | public int? Dingdanshu |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | public string Fapiaohao |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | public decimal? Huikuanmoney |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | //催款时间 |
| | | public DateTime? ShoukuanTime |
| | | { |
| | | get; |
| | | set; |
| | |
| | | this.remark = isChange ? MyConvert.ConvertToString(value) : remark; |
| | | theValue = this.remark; |
| | | } |
| | | else if ("ApprovalStatus".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 22) |
| | | { |
| | | this.ApprovalStatus = isChange ? MyConvert.ConvertToInt32(value) : ApprovalStatus; |
| | | theValue = this.ApprovalStatus; |
| | | } |
| | | else if ("Zengjianmoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 23) |
| | | { |
| | | this.Zengjianmoney = isChange ? MyConvert.ConvertToDecimal(value) : Zengjianmoney; |
| | | theValue = this.Zengjianmoney; |
| | | } |
| | | else if ("Kehuqianshoutupian".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 24) |
| | | { |
| | | this.Kehuqianshoutupian = isChange ? MyConvert.ConvertToString(value) : Kehuqianshoutupian; |
| | | theValue = this.Kehuqianshoutupian; |
| | | } |
| | | else if ("Dingdanshu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 25) |
| | | { |
| | | this.Dingdanshu = isChange ? MyConvert.ConvertToInt32(value) : Dingdanshu; |
| | | theValue = this.Dingdanshu; |
| | | } |
| | | else if ("Fapiaohao".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 26) |
| | | { |
| | | this.Fapiaohao = isChange ? MyConvert.ConvertToString(value) : Fapiaohao; |
| | | theValue = this.Fapiaohao; |
| | | } |
| | | else if ("Huikuanmoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 27) |
| | | { |
| | | this.Huikuanmoney = isChange ? MyConvert.ConvertToDecimal(value) : Huikuanmoney; |
| | | theValue = this.Huikuanmoney; |
| | | } |
| | | else if ("ShoukuanTime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 28) |
| | | { |
| | | this.ShoukuanTime = isChange ? MyConvert.ConvertToDateTime(value) : ShoukuanTime; |
| | | theValue = this.ShoukuanTime; |
| | | } |
| | | else if ("kpmoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 28) |
| | | { |
| | | this.kpmoney = isChange ? MyConvert.ConvertToDecimal(value) : kpmoney; |
| | | theValue = this.kpmoney; |
| | | } |
| | | |
| | | |
| | | return theValue; |
| | | } |