移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrderItem.cs
@@ -14,7 +14,7 @@
    /// <summary>
    /// 订单明细表
    /// </summary>
    [SqlCodeFirst]
    //[SqlCodeFirst]
    [SugarTable("CoreCmsPlanOrderItem", TableDescription = "计划订单明细表")]
    public class CoreCmsPlanOrderItem : BFBaseModel
    {
@@ -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; }
    }
}