移动系统liao
2024-06-21 b38c91e5cce54e1114ec5968c722c1a1c57bd21a
CoreCms.Net.Model/Entities/Good/CoreCmsGoodsPartial.cs
@@ -237,5 +237,11 @@
        [SugarColumn(IsIgnore = true)]
        public string area { get; set; }
        /// <summary>
        /// 是否有支持定制的
        /// </summary>
        [SugarColumn(IsIgnore = true)]
        public bool isCustomizable {  get; set; }= false;
    }
}