username@email.com
13 小时以前 72b668c965a3f5308d1a388296eb4c3f8fb7be72
CY_ECommercePlatform/CY.Model/OA/OA_Fukuanshenqing.cs
@@ -43,7 +43,8 @@
        /// <summary>
        /// 客户id
        /// </summary>
        public int SupplierId { get; set; }
        public string SupplierId { get; set; }
        /// <summary>
        /// 客户id
        /// </summary>
@@ -61,10 +62,14 @@
        public decimal? Fukuanmoney { get; set; }
        public decimal? Molingmoney { get; set; }
        public decimal? Yishoumoney { get; set; }
        public string Bank { get; set; }
        public string Huming { get; set; }
        public string AccountID { get; set; }
@@ -151,8 +156,10 @@
            get;
            set;
        }
        /// <summary>
        /// 修改时间
        /// </summary>
        public string WorkPlanId { get; set; }
        #endregion Model
@@ -183,7 +190,7 @@
            }
            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)
@@ -245,6 +252,12 @@
                this.Bank = isChange ? MyConvert.ConvertToString(value) : Bank;
                theValue = this.Bank;
            }
            else if ("Huming".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 28)
            {
                this.Huming = isChange ? MyConvert.ConvertToString(value) : Huming;
                theValue = this.Huming;
            }
            else if ("AccountID".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 22)
            {
                this.AccountID = isChange ? MyConvert.ConvertToString(value) : AccountID;
@@ -276,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;
        }