username@email.com
11 小时以前 72b668c965a3f5308d1a388296eb4c3f8fb7be72
CY_ECommercePlatform/CY.Model/OA/OA_Fukuanshenqing.cs
@@ -62,6 +62,8 @@
        public decimal? Fukuanmoney { get; set; }
        public decimal? Molingmoney { get; set; }
        public decimal? Yishoumoney { get; set; }
@@ -287,7 +289,11 @@
                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;
        }