| | |
| | | |
| | | public decimal? Fukuanmoney { get; set; } |
| | | |
| | | public decimal? Molingmoney { get; set; } |
| | | |
| | | public decimal? Yishoumoney { get; set; } |
| | | |
| | | |
| | |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 修改时间 |
| | | /// </summary> |
| | | public string WorkPlanId { get; set; } |
| | | |
| | | #endregion Model |
| | | |
| | |
| | | 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; |
| | | } |
| | | |
| | | return theValue; |
| | | } |