亮灯日志与报警逻辑,亮灯灭灯逻辑修改

This commit is contained in:
2025-02-06 11:03:31 +08:00
parent 0f403387ed
commit 9b41d2e99e
4 changed files with 74 additions and 92 deletions

View File

@@ -25,6 +25,12 @@ namespace DOAN.Model.PBL
[SugarColumn(ColumnName = "shelf_code")]
public string ShelfCode { get; set; }
/// <summary>
/// 层号
/// </summary>
[SugarColumn(ColumnName = "layer_num")]
public string LayerNum { get; set; }
/// <summary>
/// PBL系统、人工
/// </summary>