username@email.com
2021-09-22 1bfc8f9c7baad9be7fdb92742cf796f9fdb50df3
CY_ECommercePlatform/CY.Model/OA/OA_Kaipiaoshenqing.cs
@@ -53,6 +53,10 @@
        public string BusinessManager { get; set; }
        /// <summary>
        /// 说明
        /// </summary>
        public string remark { get; set; }
        public int? Kaipiaoshenqing
        {
@@ -266,8 +270,12 @@
                this.SellerOrderId = isChange ? MyConvert.ConvertToString(value) : SellerOrderId;
                theValue = this.SellerOrderId;
            }
            else if ("remark".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 21)
            {
                this.remark = isChange ? MyConvert.ConvertToString(value) : remark;
                theValue = this.remark;
            }
            return theValue;
        }