移动系统liao
2024-05-08 f7f968bf90a2124d1787919b116bb143290622ce
CoreCms.Net.Model/Entities/Good/CoreCmsProductsPartial.cs
@@ -21,6 +21,8 @@
    /// </summary>
    public partial class CoreCmsProducts
    {
        /// <summary>
        ///     商品编码
        /// </summary>
@@ -141,5 +143,12 @@
        [Display(Name = "三级佣金")]
        [SugarColumn(IsIgnore = true)]
        public decimal levelThree { get; set; } = 0;
        /// <summary>
        ///    商品分类
        /// </summary>
        [Display(Name = "商品分类")]
        [SugarColumn(IsIgnore = true)]
        public string Category { get; set; }
    }
}