| | |
| | | /// </summary> |
| | | public string BuyerName { get; set; } |
| | | |
| | | public string CompanyName { get; set; } |
| | | |
| | | public string BusinessManager { get; set; } |
| | | |
| | | public string DizhiLianxirenDianhua { get; set; } |
| | |
| | | |
| | | public int? shuliang { get; set; } |
| | | |
| | | |
| | | public int? fapiaoshuliang { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 要求到达时间 |
| | |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 物流状态 |
| | | /// </summary> |
| | | public int? Deliveredstatus |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 移交类型 1 客户经理 2 工厂物流部 |
| | | /// </summary> |
| | | public int? TransferType |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 移交类型名称 |
| | | /// </summary> |
| | | public string TransferName |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 移交时间 |
| | | /// </summary> |
| | |
| | | this.Lianxiren = isChange ? MyConvert.ConvertToString(value) : Lianxiren; |
| | | theValue = this.Lianxiren; |
| | | } |
| | | else if ("SumPrice".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 34) |
| | | else if ("SumPrice".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 35) |
| | | { |
| | | this.SumPrice = isChange ? MyConvert.ConvertToDecimal(value) : SumPrice; |
| | | theValue = this.SumPrice; |
| | | } |
| | | else if ("PayedMoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 34) |
| | | else if ("PayedMoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 36) |
| | | { |
| | | this.PayedMoney = isChange ? MyConvert.ConvertToDecimal(value) : PayedMoney; |
| | | theValue = this.PayedMoney; |
| | | } |
| | | else if ("shoukuanshijian".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 34) |
| | | else if ("shoukuanshijian".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 37) |
| | | { |
| | | this.shoukuanshijian = isChange ? MyConvert.ConvertToString(value) : shoukuanshijian; |
| | | theValue = this.shoukuanshijian; |
| | | } |
| | | else if ("Paytime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 34) |
| | | else if ("Paytime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 38) |
| | | { |
| | | this.Paytime = isChange ? MyConvert.ConvertToInt32(value) : Paytime; |
| | | theValue = this.Paytime; |
| | | } |
| | | else if ("OrderId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 35) |
| | | else if ("OrderId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 39) |
| | | { |
| | | this.OrderId = isChange ? MyConvert.ConvertToInt32(value) : OrderId; |
| | | theValue = this.OrderId; |
| | | } |
| | | else if ("YujihuikuanTime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 36) |
| | | else if ("YujihuikuanTime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 40) |
| | | { |
| | | this.YujihuikuanTime = isChange ? MyConvert.ConvertToDateTime(value) : YujihuikuanTime; |
| | | theValue = this.YujihuikuanTime; |
| | | } |
| | | else if ("YujihuikuanKeyid".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 36) |
| | | else if ("YujihuikuanKeyid".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 41) |
| | | { |
| | | this.YujihuikuanKeyid = isChange ? MyConvert.ConvertToGuid(value) : YujihuikuanKeyid; |
| | | theValue = this.YujihuikuanKeyid; |
| | | } |
| | | else if ("quyu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 37) |
| | | else if ("quyu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 42) |
| | | { |
| | | this.quyu = isChange ? MyConvert.ConvertToString(value) : quyu; |
| | | theValue = this.quyu; |
| | | } |
| | | else if ("ContracttypeName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 38) |
| | | else if ("ContracttypeName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 43) |
| | | { |
| | | this.ContracttypeName = isChange ? MyConvert.ConvertToString(value) : ContracttypeName; |
| | | theValue = this.ContracttypeName; |
| | | } |
| | | else if ("Contractmoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 39) |
| | | else if ("Contractmoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 44) |
| | | { |
| | | this.Contractmoney = isChange ? MyConvert.ConvertToDecimal(value) : Contractmoney; |
| | | theValue = this.Contractmoney; |
| | | } |
| | | else if ("ExpiretypeName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 40) |
| | | else if ("ExpiretypeName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 45) |
| | | { |
| | | this.ExpiretypeName = isChange ? MyConvert.ConvertToString(value) : ExpiretypeName; |
| | | theValue = this.ExpiretypeName; |
| | | } |
| | | else if ("ExpireTime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 41) |
| | | else if ("ExpireTime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 46) |
| | | { |
| | | this.ExpireTime = isChange ? MyConvert.ConvertToDateTime(value) : ExpireTime; |
| | | theValue = this.ExpireTime; |
| | | } |
| | | |
| | | |
| | | else if ("gendanshuliang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 42) |
| | | else if ("gendanshuliang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 47) |
| | | { |
| | | this.gendanshuliang = isChange ? MyConvert.ConvertToDecimal(value) : gendanshuliang; |
| | | theValue = this.gendanshuliang; |
| | | } |
| | | else if ("xinzengshuliang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 43) |
| | | else if ("xinzengshuliang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 48) |
| | | { |
| | | this.xinzengshuliang = isChange ? MyConvert.ConvertToDecimal(value) : xinzengshuliang; |
| | | theValue = this.xinzengshuliang; |
| | | } |
| | | else if ("wanjieshuliang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 44) |
| | | else if ("wanjieshuliang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 49) |
| | | { |
| | | this.wanjieshuliang = isChange ? MyConvert.ConvertToDecimal(value) : wanjieshuliang; |
| | | theValue = this.wanjieshuliang; |
| | | } |
| | | else if ("xiadanshuliang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 45) |
| | | else if ("xiadanshuliang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 50) |
| | | { |
| | | this.xiadanshuliang = isChange ? MyConvert.ConvertToDecimal(value) : xiadanshuliang; |
| | | theValue = this.xiadanshuliang; |
| | | } |
| | | else if ("kaipiaojine".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 46) |
| | | else if ("kaipiaojine".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 51) |
| | | { |
| | | this.kaipiaojine = isChange ? MyConvert.ConvertToDecimal(value) : kaipiaojine; |
| | | theValue = this.kaipiaojine; |
| | | } |
| | | else if ("huifangshuliang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 47) |
| | | else if ("huifangshuliang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 52) |
| | | { |
| | | this.huifangshuliang = isChange ? MyConvert.ConvertToDecimal(value) : huifangshuliang; |
| | | theValue = this.huifangshuliang; |
| | | } |
| | | else if ("chaxuntime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 48) |
| | | else if ("chaxuntime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 53) |
| | | { |
| | | this.chaxuntime = isChange ? MyConvert.ConvertToDateTime(value) : chaxuntime; |
| | | theValue = this.chaxuntime; |
| | | } |
| | | else if ("chaxuntimestart".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 49) |
| | | else if ("chaxuntimestart".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 54) |
| | | { |
| | | this.chaxuntimestart = isChange ? MyConvert.ConvertToDateTime(value) : chaxuntimestart; |
| | | theValue = this.chaxuntimestart; |
| | | } |
| | | else if ("chaxuntimeend".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 50) |
| | | else if ("chaxuntimeend".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 55) |
| | | { |
| | | this.chaxuntimeend = isChange ? MyConvert.ConvertToDateTime(value) : chaxuntimeend; |
| | | theValue = this.chaxuntimeend; |
| | | } |
| | | else if ("huikuankehu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 51) |
| | | else if ("huikuankehu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 56) |
| | | { |
| | | this.huikuankehu = isChange ? MyConvert.ConvertToDecimal(value) : huikuankehu; |
| | | theValue = this.huikuankehu; |
| | | } |
| | | else if ("weihuikuankehu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 52) |
| | | else if ("weihuikuankehu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 57) |
| | | { |
| | | this.weihuikuankehu = isChange ? MyConvert.ConvertToDecimal(value) : weihuikuankehu; |
| | | theValue = this.weihuikuankehu; |
| | | } |
| | | |
| | | else if ("CompanyName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 58) |
| | | { |
| | | this.CompanyName = isChange ? MyConvert.ConvertToString(value) : CompanyName; |
| | | theValue = this.CompanyName; |
| | | } |
| | | else if ("Deliveredstatus".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 59) |
| | | { |
| | | this.Deliveredstatus = isChange ? MyConvert.ConvertToInt32(value) : Deliveredstatus; |
| | | theValue = this.Deliveredstatus; |
| | | } |
| | | |
| | | else if ("TransferType".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 60) |
| | | { |
| | | this.TransferType = isChange ? MyConvert.ConvertToInt32(value) : TransferType; |
| | | theValue = this.TransferType; |
| | | } |
| | | |
| | | else if ("TransferName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 61) |
| | | { |
| | | this.TransferName = isChange ? MyConvert.ConvertToString(value) : TransferName; |
| | | theValue = this.TransferName; |
| | | } |
| | | |
| | | |
| | | |