| | |
| | | /// <summary> |
| | | /// 客户id |
| | | /// </summary> |
| | | public int SupplierId { get; set; } |
| | | public string SupplierId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客户id |
| | | /// </summary> |
| | |
| | | public int? ApprovalStatus { get; set; } |
| | | |
| | | public decimal? Fukuanmoney { get; set; } |
| | | |
| | | public decimal? Molingmoney { get; set; } |
| | | |
| | | public decimal? Yishoumoney { get; set; } |
| | | |
| | |
| | | get; |
| | | set; |
| | | } |
| | | /// <summary> |
| | | /// 修改时间 |
| | | /// </summary> |
| | | public string WorkPlanId { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 开票说明 |
| | | /// </summary> |
| | | public string Kaipiaoshuoming |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 说明人 |
| | | /// </summary> |
| | | public string Shuominger |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 说明时间 |
| | | /// </summary> |
| | | public DateTime? ShuomingTime |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | |
| | | |
| | | #endregion Model |
| | | |
| | |
| | | } |
| | | else if ("SupplierId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 3) |
| | | { |
| | | this.SupplierId = isChange ? MyConvert.ConvertToInt32(value).Value : SupplierId; |
| | | this.SupplierId = isChange ? MyConvert.ConvertToString(value) : SupplierId; |
| | | theValue = this.SupplierId; |
| | | } |
| | | else if ("SupplierName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 4) |
| | |
| | | this.DindanId = isChange ? MyConvert.ConvertToString(value) : DindanId; |
| | | theValue = this.DindanId; |
| | | } |
| | | else if ("Molingmoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 28) |
| | | { |
| | | this.Molingmoney = isChange ? MyConvert.ConvertToDecimal(value) : Molingmoney; |
| | | theValue = this.Molingmoney; |
| | | } |
| | | |
| | | else if ("Kaipiaoshuoming".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 29) |
| | | { |
| | | this.Kaipiaoshuoming = isChange ? MyConvert.ConvertToString(value) : Kaipiaoshuoming; |
| | | theValue = this.Kaipiaoshuoming; |
| | | } |
| | | |
| | | else if ("Shuominger".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 30) |
| | | { |
| | | this.Shuominger = isChange ? MyConvert.ConvertToString(value) : Shuominger; |
| | | theValue = this.Shuominger; |
| | | } |
| | | |
| | | else if ("ShuomingTime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 31) |
| | | { |
| | | this.ShuomingTime = isChange ? MyConvert.ConvertToDateTime(value) : ShuomingTime; |
| | | theValue = this.ShuomingTime; |
| | | } |
| | | |
| | | return theValue; |
| | | } |