username@email.com
2021-09-22 1bfc8f9c7baad9be7fdb92742cf796f9fdb50df3
CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
@@ -510,6 +510,11 @@
            get;
            set;
        }
        /// <summary>
        /// 印刷数量单位
        /// </summary>
        public string yssldw { get; set; }
        #endregion
        #region Visiter
@@ -905,7 +910,11 @@
                this.shifouDelivery = isChange ? MyConvert.ConvertToInt32(value) : this.shifouDelivery;
                theValue = this.shifouDelivery;
            }
            else if ("yssldw".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 96)
            {
                this.yssldw = isChange ? MyConvert.ConvertToString(value) : this.yssldw;
                theValue = this.yssldw;
            }
            #endregion
            return theValue;