liaoxujun@qq.com
2024-03-26 f87ea6675b5899d045a243fdd6510f47201e7e11
CoreCms.Net.Model/Entities/Good/CoreCmsGoods.cs
@@ -1,9 +1,9 @@
/***********************************************************************
 *            Project: CoreCms
 *            Project: baifenBinfa
 *        ProjectName: 核心内容管理系统
 *                Web: https://www.corecms.net
 *             Author: 大灰灰
 *              Email: jianweie@163.com
 *              Email: 34161541@qq.com
 *         CreateTime: 2021/7/16 1:14:14
 *        Description: 暂无
 ***********************************************************************/
@@ -251,6 +251,10 @@
        [Display(Name = "初始销量")]
        [Required(ErrorMessage = "请输入{0}")]
        public int initialSales { get; set; }
        /// <summary>
        /// 区域代码
        /// </summary>
        [SugarColumn(ColumnDescription = "区域代码")]
        public string areaCode { get; set; }
    }
}