提交修改

This commit is contained in:
hehaibing-1996
2024-11-12 13:33:40 +08:00
parent 6282ecc0c1
commit 7427b804f6
5 changed files with 103 additions and 1 deletions

View File

@ -119,6 +119,12 @@ namespace WCS.DAL.DbModels
[SugarColumn(ColumnName = "group_name", Length = 50, IsNullable = false, DefaultValue = "0", ColumnDescription = "货架的组别、区域(区分单个软件管哪些货架的,前端的配置文件配置一个组别,查询时只显示当前组别的货架)")]
public string GroupName { get; set; }
/// <summary>
/// 区域
/// </summary>
[SugarColumn(ColumnName = "area", Length = 50, IsNullable = false, DefaultValue = "0", ColumnDescription = "货架的组别、区域(区分单个软件管哪些货架的,前端的配置文件配置一个组别,查询时只显示当前组别的货架)")]
public string Area { get; set; }
/// <summary>
/// 序号
/// </summary>