add:增加装箱对接位桁架任务尾卷信息

This commit is contained in:
2024-03-20 17:19:36 +08:00
parent 773a951f1f
commit 0fc22f8885
2 changed files with 31 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ public enum PackageInfoIvtEnum {
//库存状态
IVT_STATUS(MapOf.of("", "0","空载具", "1","有子卷","2"));
private Map<String, String> code;
public String code(String desc) {