移动系统liao
2024-05-29 71e821ab5e6b3014fac9b691d6957bcc09704b70
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;
    }
}