液晶标签协议对接!

This commit is contained in:
hehaibing-1996
2024-12-09 19:40:05 +08:00
parent a37918a95d
commit 1c2a34256e
11 changed files with 460 additions and 621 deletions

View File

@ -18,6 +18,11 @@ namespace WCS.BLL.HardWare
/// 货架是否处于报警中
/// </summary>
public bool IsWarning { get; set; }
/// <summary>
/// 货架类型名称
/// </summary>
public string ShelfTypeName { get; set; }
/// <summary>
/// 货架ID 数据库中那个
/// </summary>