CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
@@ -314,6 +314,16 @@
        /// </summary>
        public string BusinessManager { get; set; }
        /// <summary>
        /// 业务经理
        /// </summary>
        public string Shejiticheng { get; set; }
        /// <summary>
        /// 业务经理
        /// </summary>
        public int? BusinessManagerId { get; set; }
        public DateTime? DelayTime { get; set; }
        
@@ -521,6 +531,127 @@
        /// 印刷数量单位
        /// </summary>
        public string yssldw { get; set; }
        /// <summary>
        /// 设计状态,是否下单 `1是2否
        /// </summary>
        public int? ShejiStatus
        {
            get;
            set;
        }
        /// <summary>
        /// 设计人员
        /// </summary>
        public int? Shejirenyuan
        {
            get;
            set;
        }
        /// <summary>
        /// 设计人员
        /// </summary>
        public string ShejirenyuanName { get; set; }
        /// <summary>
        /// 设计类型
        /// </summary>
        public int? Shejileixing
        {
            get;
            set;
        }
        /// <summary>
        /// 设计类型
        /// </summary>
        public string ShejileixingName { get; set; }
        /// <summary>
        /// 单双面
        /// </summary>
        public string Danshuangmian { get; set; }
        /// <summary>
        /// 设计要求
        /// </summary>
        public string Shejiyaoqiu { get; set; }
        /// <summary>
        /// 设计人员
        /// </summary>
        public int? Shejirenyuanneiye
        {
            get;
            set;
        }
        /// <summary>
        /// 设计人员
        /// </summary>
        public string ShejirenyuanNameneiye { get; set; }
        /// <summary>
        /// 设计类型
        /// </summary>
        public int? Shejileixingneiye
        {
            get;
            set;
        }
        /// <summary>
        /// 设计类型
        /// </summary>
        public string ShejileixingNameneiye { get; set; }
        /// <summary>
        /// 单双面
        /// </summary>
        public string Danshuangmianneiye { get; set; }
        /// <summary>
        /// 设计要求
        /// </summary>
        public string Shejiyaoqiuneiye { get; set; }
        /// <summary>
        /// 设计单价
        /// </summary>
        public decimal? ShejiUnitPrice { get; set; }
        /// <summary>
        /// 设计金额
        /// </summary>
        public decimal? ShejiSumPrice { get; set; }
        /// <summary>
        /// 设计单价内页
        /// </summary>
        public decimal? ShejiUnitPriceneiye { get; set; }
        /// <summary>
        /// 设计金额内页
        /// </summary>
        public decimal? ShejiSumPriceneiye { get; set; }
        /// <summary>
        /// 设计数量
        /// </summary>
        public int? Shejicount { get; set; }
        /// <summary>
        /// 设计数量内页
        /// </summary>
        public int? Shejicountneiye { get; set; }
        /// <summary>
        /// 设计数量内页
        /// </summary>
        public string Shejicountneiyename { get; set; }
        #endregion
        #region Visiter
@@ -927,6 +1058,139 @@
                this.yssldw = isChange ? MyConvert.ConvertToString(value) : this.yssldw;
                theValue = this.yssldw;
            }
            else if ("SuodanState".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 97)
            {
                this.SuodanState = isChange ? MyConvert.ConvertToBoolean(value) : this.CompledState;
                theValue = this.SuodanState;
            }
            else if ("SuodanTime".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 98)
            {
                this.SuodanTime = isChange ? MyConvert.ConvertToDateTime(value) : this.SuodanTime;
                theValue = this.SuodanTime;
            }
            else if ("SuodanOperator".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 99)
            {
                this.SuodanOperator = isChange ? MyConvert.ConvertToString(value) : this.SuodanOperator;
                theValue = this.SuodanOperator;
            }
            else if ("BusinessManagerId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 99)
            {
                this.BusinessManagerId = isChange ? MyConvert.ConvertToInt32(value) : this.BusinessManagerId;
                theValue = this.BusinessManagerId;
            }
            else if ("Duiyinghetongbianhao".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 100)
            {
                this.Duiyinghetongbianhao = isChange ? MyConvert.ConvertToString(value) : this.Duiyinghetongbianhao;
                theValue = this.Duiyinghetongbianhao;
            }
            else if ("LiuyangStatus".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 101)
            {
                this.LiuyangStatus = isChange ? MyConvert.ConvertToInt32(value) : this.LiuyangStatus;
                theValue = this.LiuyangStatus;
            }
            else if ("printunit".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 102)
            {
                this.OrderExtend.printunit = isChange ? MyConvert.ConvertToInt32(value).Value : this.OrderExtend.printunit;
                theValue = this.OrderExtend.printunit;
            }
            else if ("ShejiStatus".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 103)
            {
                this.ShejiStatus = isChange ? MyConvert.ConvertToInt32(value) : this.ShejiStatus;
                theValue = this.ShejiStatus;
            }
            else if ("Shejirenyuan".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 104)
            {
                this.Shejirenyuan = isChange ? MyConvert.ConvertToInt32(value) : this.Shejirenyuan;
                theValue = this.Shejirenyuan;
            }
            else if ("ShejirenyuanName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 105)
            {
                this.ShejirenyuanName = isChange ? MyConvert.ConvertToString(value) : this.ShejirenyuanName;
                theValue = this.ShejirenyuanName;
            }
            else if ("Shejileixing".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 106)
            {
                this.Shejileixing = isChange ? MyConvert.ConvertToInt32(value) : this.Shejileixing;
                theValue = this.Shejileixing;
            }
            else if ("ShejileixingName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 107)
            {
                this.ShejileixingName = isChange ? MyConvert.ConvertToString(value) : this.ShejileixingName;
                theValue = this.ShejileixingName;
            }
            else if ("Danshuangmian".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 108)
            {
                this.Danshuangmian = isChange ? MyConvert.ConvertToString(value) : this.Danshuangmian;
                theValue = this.Danshuangmian;
            }
            else if ("Shejiyaoqiu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 109)
            {
                this.Shejiyaoqiu = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiu;
                theValue = this.Shejiyaoqiu;
            }
            else if ("Shejirenyuanneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 110)
            {
                this.Shejirenyuanneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejirenyuanneiye;
                theValue = this.Shejirenyuanneiye;
            }
            else if ("ShejirenyuanNameneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 111)
            {
                this.ShejirenyuanNameneiye = isChange ? MyConvert.ConvertToString(value) : this.ShejirenyuanNameneiye;
                theValue = this.ShejirenyuanNameneiye;
            }
            else if ("Shejileixingneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 112)
            {
                this.Shejileixingneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejileixingneiye;
                theValue = this.Shejileixingneiye;
            }
            else if ("ShejileixingNameneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 113)
            {
                this.ShejileixingNameneiye = isChange ? MyConvert.ConvertToString(value) : this.ShejileixingNameneiye;
                theValue = this.ShejileixingNameneiye;
            }
            else if ("Danshuangmianneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 114)
            {
                this.Danshuangmianneiye = isChange ? MyConvert.ConvertToString(value) : this.Danshuangmianneiye;
                theValue = this.Danshuangmianneiye;
            }
            else if ("Shejiyaoqiuneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 115)
            {
                this.Shejiyaoqiuneiye = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiuneiye;
                theValue = this.Shejiyaoqiuneiye;
            }
            else if ("ShejiUnitPrice".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 116)
            {
                this.ShejiUnitPrice = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiUnitPrice;
                theValue = this.ShejiUnitPrice;
            }
            else if ("ShejiSumPrice".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 117)
            {
                this.ShejiSumPrice = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiSumPrice;
                theValue = this.ShejiSumPrice;
            }
            else if ("ShejiUnitPriceneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 118)
            {
                this.ShejiUnitPriceneiye = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiUnitPriceneiye;
                theValue = this.ShejiUnitPriceneiye;
            }
            else if ("ShejiSumPriceneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 119)
            {
                this.ShejiSumPriceneiye = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiSumPriceneiye;
                theValue = this.ShejiSumPriceneiye;
            }
            else if ("Shejicount".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 120)
            {
                this.Shejicount = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicount;
                theValue = this.Shejicount;
            }
            else if ("Shejicountneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 121)
            {
                this.Shejicountneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicountneiye;
                theValue = this.Shejicountneiye;
            }
            #endregion
            return theValue;