username@email.com
2025-11-21 24ac6e50da797cc3372f67f346618be86b86c4d1
CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs
@@ -252,6 +252,16 @@
        public int? Bianhao { get; set; }
        /// <summary>
        /// 编号
        /// </summary>
        public int? DeliverState { get; set; }
        #endregion Model
        #region Visiter
@@ -407,6 +417,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;