增加设备ID

This commit is contained in:
FanLian
2023-08-02 16:39:26 +08:00
parent 9b4e76192a
commit 0b32cbb540
4 changed files with 9 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// 取货/放货
/// </summary>
public string action { get; set; }
}

View File

@@ -12,6 +12,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// 状态
/// </summary>
public string status { get; set; }
/// <summary>
/// 设备编号
/// </summary>
public string deviceID { get; set; }
}