username@email.com
2024-06-26 7f26cd7c3e492062418cdc7dbe9d7ce14cbe5f05
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; }
    }
}