包材入库 包材出库 PDA空载具出库bug、其它bug处理

This commit is contained in:
2024-07-10 23:01:33 +08:00
parent f48a82adb4
commit 614681284d
22 changed files with 1198 additions and 70 deletions

View File

@@ -8,6 +8,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
{
public class WmsElevatorUnlockInput
{
public string? elevator_id { get; set; }
public string? elevator_code { get; set; }
}
}