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; } } }