CoreCms.Net.Model/Entities/Good/CoreCmsProducts.cs
@@ -18,7 +18,7 @@ /// <summary> /// 货品表 /// </summary> [SqlCodeFirst] public partial class CoreCmsProducts { /// <summary> @@ -256,7 +256,14 @@ public System.Boolean isDel { get; set; } /// <summary> /// 是否支持定制 /// </summary> [Display(Name = "是否支持定制")] [SugarColumn(ColumnDescription ="是否支持定制",DefaultValue ="0")] public bool isCustomizable { get; set; }=false; } }