This commit is contained in:
alex
2023-08-02 17:50:58 +08:00
9 changed files with 275 additions and 30 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; }
}