移动系统liao
2024-05-21 44e7987a5884ea2aa334bccca6983d9536c1e69b
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; }
    }
}