移动系统liao
2024-05-21 0b83494673585b75584e96d68fd047cf0d22c7e3
CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrderItem.cs
@@ -94,5 +94,23 @@
        /// <summary>
        /// 数量
        /// </summary>
        [SugarColumn(IsIgnore = true)]
        public System.Int32 numsnew { get; set; }
        /// <summary>
        /// 数量
        /// </summary>
        [SugarColumn(IsIgnore = true)]
        public System.Decimal amountnew { get; set; }
        /// <summary>
        /// id
        /// </summary>
        [SugarColumn(IsIgnore = true)]
        public System.Int32 idnew { get; set; }
    }
}