add:发货任务

This commit is contained in:
2024-02-18 14:01:55 +08:00
parent b2a578ffd5
commit 9aed674e23
4 changed files with 78 additions and 3 deletions

View File

@@ -23,7 +23,8 @@ public enum RegionTypeEnum {
TWO_ZZ01("20", "二期暂存区", ""),
TWO_TTP01("21", "二期空托盘区", "1750471797729529856"),
TWO_MX01("22", "二期木箱区", "1752254266938101760"),
TWO_KZ01("23", "二期捆扎区", "1754774130626007040");
TWO_KZ01("23", "二期捆扎区", "1754774130626007040"),
TWO_FH01("24", "二期发货区", "1754774130626007040");
private String name;
private String code;