CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs
@@ -203,7 +203,10 @@
        public System.Decimal keYongAmounts { get; set; }
        /// <summary>
        /// 建立时间
        /// </summary>
        public string MakeTime { get; set; }
        /// <summary>
        /// 建立时间
        /// </summary>      
@@ -251,6 +254,16 @@
        public int? Bianhao { get; set; }
        /// <summary>
        /// 编号
        /// </summary>
        public int? DeliverState { get; set; }
        #endregion Model
@@ -407,6 +420,12 @@
                this.Bianhao = isChange ? MyConvert.ConvertToInt32(value) : Bianhao;
                theValue = this.Bianhao;
            }
            else if ("DeliverState".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 23)
            {
                this.DeliverState = isChange ? MyConvert.ConvertToInt32(value) : DeliverState;
                theValue = this.DeliverState;
            }
            
            return theValue;