二楼下升降机机械手边调度逻辑

This commit is contained in:
2024-05-06 10:49:25 +08:00
parent 18ff3b29ed
commit 87d8da928a
7 changed files with 693 additions and 155 deletions

View File

@@ -20,6 +20,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public string? codeqty { get; set; }
public int is_out { get; set; }
public string? unit_id { get; set; }
}
}