添加上升降机边调度逻辑

This commit is contained in:
2024-04-29 15:57:28 +08:00
parent 1e699fb7db
commit 18ff3b29ed
10 changed files with 695 additions and 69 deletions

View File

@@ -84,4 +84,15 @@ public partial class WmsEmptyOutstockH : BaseEntity<string>
/// </summary>
public DateTime? timestamp { get; set; }
/// <summary>
/// 二楼机械臂剩余绑定料架数量
/// </summary>
public int? remainbindracknum { get; set; }
/// <summary>
/// 二楼机械臂料箱绑定完成
/// </summary>
public string? bindrackcomplete { get; set; }
}