username@email.com
2025-08-12 4142cf95cc3d543a3273d96b87fa041310cfff3a
CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs
@@ -251,6 +251,236 @@
            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 decimal? ShejiUnitPriceneiye1 { get; set; }
        /// <summary>
        /// 设计金额内页
        /// </summary>
        public decimal? ShejiSumPriceneiye1 { get; set; }
        /// <summary>
        /// 设计数量内页
        /// </summary>
        public int? Shejicountneiye1 { get; set; }
        /// <summary>
        /// 设计单价内页
        /// </summary>
        public decimal? ShejiUnitPriceneiye2 { get; set; }
        /// <summary>
        /// 设计金额内页
        /// </summary>
        public decimal? ShejiSumPriceneiye2 { get; set; }
        /// <summary>
        /// 设计数量内页
        /// </summary>
        public int? Shejicountneiye2 { get; set; }
        /// <summary>
        /// 设计人员
        /// </summary>
        public int? Shejirenyuanneiye1
        {
            get;
            set;
        }
        /// <summary>
        /// 设计人员
        /// </summary>
        public string ShejirenyuanNameneiye1 { get; set; }
        /// <summary>
        /// 设计类型
        /// </summary>
        public int? Shejileixingneiye1
        {
            get;
            set;
        }
        /// <summary>
        /// 设计类型
        /// </summary>
        public string ShejileixingNameneiye1 { get; set; }
        /// <summary>
        /// 单双面
        /// </summary>
        public string Danshuangmianneiye1 { get; set; }
        /// <summary>
        /// 设计要求
        /// </summary>
        public string Shejiyaoqiuneiye1 { get; set; }
        /// <summary>
        /// 设计人员
        /// </summary>
        public int? Shejirenyuanneiye2
        {
            get;
            set;
        }
        /// <summary>
        /// 设计人员
        /// </summary>
        public string ShejirenyuanNameneiye2 { get; set; }
        /// <summary>
        /// 设计类型
        /// </summary>
        public int? Shejileixingneiye2
        {
            get;
            set;
        }
        /// <summary>
        /// 设计类型
        /// </summary>
        public string ShejileixingNameneiye2 { get; set; }
        /// <summary>
        /// 单双面
        /// </summary>
        public string Danshuangmianneiye2 { get; set; }
        /// <summary>
        /// 设计要求
        /// </summary>
        public string Shejiyaoqiuneiye2 { get; set; }
        public string Duiyinghetongbianhao { get; set; }
        #endregion
@@ -506,7 +736,205 @@
                this.Duiyinghetongbianhao = isChange ? MyConvert.ConvertToString(value) : this.Duiyinghetongbianhao;
                theValue = this.Duiyinghetongbianhao;
            }
            else if ("ShejiStatus".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 55)
            {
                this.ShejiStatus = isChange ? MyConvert.ConvertToInt32(value) : this.ShejiStatus;
                theValue = this.ShejiStatus;
            }
            else if ("Shejirenyuan".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 56)
            {
                this.Shejirenyuan = isChange ? MyConvert.ConvertToInt32(value) : this.Shejirenyuan;
                theValue = this.Shejirenyuan;
            }
            else if ("ShejirenyuanName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 57)
            {
                this.ShejirenyuanName = isChange ? MyConvert.ConvertToString(value) : this.ShejirenyuanName;
                theValue = this.ShejirenyuanName;
            }
            else if ("Shejileixing".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 58)
            {
                this.Shejileixing = isChange ? MyConvert.ConvertToInt32(value) : this.Shejileixing;
                theValue = this.Shejileixing;
            }
            else if ("ShejileixingName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 59)
            {
                this.ShejileixingName = isChange ? MyConvert.ConvertToString(value) : this.ShejileixingName;
                theValue = this.ShejileixingName;
            }
            else if ("Danshuangmian".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 60)
            {
                this.Danshuangmian = isChange ? MyConvert.ConvertToString(value) : this.Danshuangmian;
                theValue = this.Danshuangmian;
            }
            else if ("Shejiyaoqiu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 61)
            {
                this.Shejiyaoqiu = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiu;
                theValue = this.Shejiyaoqiu;
            }
            else if ("Shejirenyuanneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 62)
            {
                this.Shejirenyuanneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejirenyuanneiye;
                theValue = this.Shejirenyuanneiye;
            }
            else if ("ShejirenyuanNameneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 63)
            {
                this.ShejirenyuanNameneiye = isChange ? MyConvert.ConvertToString(value) : this.ShejirenyuanNameneiye;
                theValue = this.ShejirenyuanNameneiye;
            }
            else if ("Shejileixingneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 64)
            {
                this.Shejileixingneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejileixingneiye;
                theValue = this.Shejileixingneiye;
            }
            else if ("ShejileixingNameneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 65)
            {
                this.ShejileixingNameneiye = isChange ? MyConvert.ConvertToString(value) : this.ShejileixingNameneiye;
                theValue = this.ShejileixingNameneiye;
            }
            else if ("Danshuangmianneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 66)
            {
                this.Danshuangmianneiye = isChange ? MyConvert.ConvertToString(value) : this.Danshuangmianneiye;
                theValue = this.Danshuangmianneiye;
            }
            else if ("Shejiyaoqiuneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 67)
            {
                this.Shejiyaoqiuneiye = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiuneiye;
                theValue = this.Shejiyaoqiuneiye;
            }
            else if ("ShejiUnitPrice".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 68)
            {
                this.ShejiUnitPrice = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiUnitPrice;
                theValue = this.ShejiUnitPrice;
            }
            else if ("ShejiSumPrice".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 69)
            {
                this.ShejiSumPrice = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiSumPrice;
                theValue = this.ShejiSumPrice;
            }
            else if ("ShejiUnitPriceneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 70)
            {
                this.ShejiUnitPriceneiye = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiUnitPriceneiye;
                theValue = this.ShejiUnitPriceneiye;
            }
            else if ("ShejiSumPriceneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 71)
            {
                this.ShejiSumPriceneiye = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiSumPriceneiye;
                theValue = this.ShejiSumPriceneiye;
            }
            else if ("Shejicount".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 72)
            {
                this.Shejicount = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicount;
                theValue = this.Shejicount;
            }
            else if ("Shejicountneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 73)
            {
                this.Shejicountneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicountneiye;
                theValue = this.Shejicountneiye;
            }
            else if ("printunit".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 74)
            {
                this.printunit = isChange ? MyConvert.ConvertToInt32(value).Value : this.printunit;
                theValue = this.printunit;
            }
            else if ("ShejiUnitPriceneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 75)
            {
                this.ShejiUnitPriceneiye1 = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiUnitPriceneiye1;
                theValue = this.ShejiUnitPriceneiye1;
            }
            else if ("ShejiSumPriceneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 76)
            {
                this.ShejiSumPriceneiye1 = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiSumPriceneiye1;
                theValue = this.ShejiSumPriceneiye1;
            }
            else if ("Shejicountneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 77)
            {
                this.Shejicountneiye1 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicountneiye1;
                theValue = this.Shejicountneiye1;
            }
            else if ("ShejiUnitPriceneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 78)
            {
                this.ShejiUnitPriceneiye2 = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiUnitPriceneiye2;
                theValue = this.ShejiUnitPriceneiye2;
            }
            else if ("ShejiSumPriceneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 79)
            {
                this.ShejiSumPriceneiye2 = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiSumPriceneiye2;
                theValue = this.ShejiSumPriceneiye2;
            }
            else if ("Shejicountneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 80)
            {
                this.Shejicountneiye2 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicountneiye2;
                theValue = this.Shejicountneiye2;
            }
            else if ("Shejirenyuanneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 81)
            {
                this.Shejirenyuanneiye1 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejirenyuanneiye1;
                theValue = this.Shejirenyuanneiye1;
            }
            else if ("ShejirenyuanNameneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 82)
            {
                this.ShejirenyuanNameneiye1 = isChange ? MyConvert.ConvertToString(value) : this.ShejirenyuanNameneiye1;
                theValue = this.ShejirenyuanNameneiye1;
            }
            else if ("Shejileixingneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 83)
            {
                this.Shejileixingneiye1 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejileixingneiye1;
                theValue = this.Shejileixingneiye1;
            }
            else if ("ShejileixingNameneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 84)
            {
                this.ShejileixingNameneiye1 = isChange ? MyConvert.ConvertToString(value) : this.ShejileixingNameneiye1;
                theValue = this.ShejileixingNameneiye1;
            }
            else if ("Danshuangmianneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 85)
            {
                this.Danshuangmianneiye1 = isChange ? MyConvert.ConvertToString(value) : this.Danshuangmianneiye1;
                theValue = this.Danshuangmianneiye1;
            }
            else if ("Shejiyaoqiuneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 86)
            {
                this.Shejiyaoqiuneiye1 = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiuneiye1;
                theValue = this.Shejiyaoqiuneiye1;
            }
            else if ("Shejirenyuanneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 87)
            {
                this.Shejirenyuanneiye2 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejirenyuanneiye2;
                theValue = this.Shejirenyuanneiye2;
            }
            else if ("ShejirenyuanNameneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 88)
            {
                this.ShejirenyuanNameneiye2 = isChange ? MyConvert.ConvertToString(value) : this.ShejirenyuanNameneiye2;
                theValue = this.ShejirenyuanNameneiye2;
            }
            else if ("Shejileixingneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 89)
            {
                this.Shejileixingneiye2 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejileixingneiye2;
                theValue = this.Shejileixingneiye2;
            }
            else if ("ShejileixingNameneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 90)
            {
                this.ShejileixingNameneiye2 = isChange ? MyConvert.ConvertToString(value) : this.ShejileixingNameneiye2;
                theValue = this.ShejileixingNameneiye2;
            }
            else if ("Danshuangmianneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 91)
            {
                this.Danshuangmianneiye2 = isChange ? MyConvert.ConvertToString(value) : this.Danshuangmianneiye2;
                theValue = this.Danshuangmianneiye2;
            }
            else if ("Shejiyaoqiuneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 92)
            {
                this.Shejiyaoqiuneiye2 = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiuneiye2;
                theValue = this.Shejiyaoqiuneiye2;
            }
            #endregion