rev:修改

This commit is contained in:
2026-04-03 17:05:14 +08:00
parent eb925c7330
commit 9062b209df

View File

@@ -46,7 +46,6 @@ public enum PDAEnum {
// 卸货库存查询-区域下拉框
REGION_CODE(MapOf.of("外包材储存区", "AGVDJ01", "临时储存区", "LSCC01", "无人车卸货缓存区", "WXHHC01")),
;
private Map<String, String> code;
public String code(String desc) {