This commit is contained in:
hehaibing-1996
2024-11-12 19:37:47 +08:00
parent 3aa7e09e6a
commit ab53de1796
3 changed files with 33 additions and 6 deletions

View File

@ -122,9 +122,15 @@ namespace WCS.DAL.DbModels
/// <summary>
/// 区域
/// </summary>
[SugarColumn(ColumnName = "area", Length = 50, IsNullable = false, DefaultValue = "0", ColumnDescription = "货架的组别、区域(区分单个软件管哪些货架的,前端的配置文件配置一个组别,查询时只显示当前组别的货架)")]
[SugarColumn(ColumnName = "area", Length = 50, IsNullable = false, DefaultValue = "0", ColumnDescription = "货架的区域 用于煤科院按区域灭灯")]
public string Area { get; set; }
/// <summary>
/// 单灯每个库位灯的个数
/// </summary>
[SugarColumn(ColumnName = "single_light_number", IsNullable = false, DefaultValue = "1", ColumnDescription = "单灯货架灯的个数,用于煤科院大库位灯")]
public int SingleLightNumber { get; set; }
/// <summary>
/// 序号
/// </summary>