CoreCms.Net.Model/Entities/Good/CoreCmsGoodsPartial.cs
@@ -1,7 +1,7 @@ /*********************************************************************** * Project: CoreCms * Project: baifenBinfa * ProjectName: 百分兵法管理系统 * Web: hhtp://chuanyin.com * Web: http://chuanyin.com * Author: * Email: * CreateTime: 202403/02 @@ -237,5 +237,11 @@ [SugarColumn(IsIgnore = true)] public string area { get; set; } /// <summary> /// 是否有支持定制的 /// </summary> [SugarColumn(IsIgnore = true)] public bool isCustomizable { get; set; }= false; } }