| | |
| | | /*********************************************************************** |
| | | * 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: 暂无 |
| | | ***********************************************************************/ |
| | |
| | | [Display(Name = "初始销量")] |
| | | [Required(ErrorMessage = "请输入{0}")] |
| | | public int initialSales { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 区域代码 |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "区域代码")] |
| | | public string areaCode { get; set; } |
| | | } |
| | | } |