liaoxujun@qq.com
2024-03-04 c8f9d5977cc950592f0ccfea01237eccde506350
CoreCms.Net.Model/Entities/Good/CoreCmsGoods.cs
@@ -251,6 +251,10 @@
        [Display(Name = "初始销量")]
        [Required(ErrorMessage = "请输入{0}")]
        public int initialSales { get; set; }
        /// <summary>
        /// 区域代码
        /// </summary>
        [SugarColumn(ColumnDescription = "区域代码")]
        public string areaCode { get; set; }
    }
}