生成单灯货架的库位接口

This commit is contained in:
hehaibing-1996
2025-04-10 16:44:53 +08:00
parent 710eaec35d
commit 917a13b197
3 changed files with 115 additions and 5 deletions

View File

@ -49,17 +49,18 @@ namespace WCS.DAL.DbModels
public DateTime SetCurrentModeTime { get; set; }
/// <summary>
/// 货架行数
/// 货架行数 对应单灯的第几行
/// </summary>
[SugarColumn(ColumnName = "row_counts", IsNullable = false, ColumnDescription = "货架行数")]
public int Rowcounts { get; set; }
public int Rowcounts { get; set; }
/// <summary>
/// 货架列数
/// 货架列数 对应一行有几个
/// </summary>
[SugarColumn(ColumnName = "column_counts", IsNullable = false, ColumnDescription = "货架列数")]
public int Columncounts { get; set; }
/// <summary>
/// 货架对应警示灯的Id
/// </summary>