移动系统liao
2024-07-30 306ab8865840b2637590abb6e670e5614446f24d
CoreCms.Net.Model/Entities/Good/CoreCmsProducts.cs
@@ -18,7 +18,6 @@
    /// <summary>
    /// 货品表
    /// </summary>
    public partial class CoreCmsProducts
    {
        /// <summary>
@@ -131,10 +130,7 @@
        /// </summary>
        [Display(Name = "货品市场价")]
      
        [Required(ErrorMessage = "请输入{0}")]
        [Required(ErrorMessage = "请输入{0}")]
        public System.Decimal mktprice  { get; set; }
        
      
@@ -273,5 +269,7 @@
        [SugarColumn(IsIgnore = true)]
        public System.Int32 nums { get; set; }
    }
}