CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
@@ -542,6 +542,15 @@
        }
        /// <summary>
        /// 是否结算 `1是2否
        /// </summary>
        public int? shifoujiesuan
        {
            get;
            set;
        }
        /// <summary>
        /// 设计人员
        /// </summary>
        public int? Shejirenyuan
@@ -1409,7 +1418,11 @@
                this.Shejiyaoqiuneiye2 = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiuneiye2;
                theValue = this.Shejiyaoqiuneiye2;
            }
            else if ("shifoujiesuan".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 141)
            {
                this.shifoujiesuan = isChange ? MyConvert.ConvertToInt32(value) : this.shifoujiesuan;
                theValue = this.shifoujiesuan;
            }
            #endregion