CoreCms.Net.Model/Entities/Good/CoreCmsProducts.cs
@@ -265,5 +265,13 @@ public bool isCustomizable { get; set; }=false; /// <summary> /// 变动数量 /// </summary> [Display(Name = "变动数量")] [SugarColumn(IsIgnore = true)] public System.Int32 nums { get; set; } } }