| | |
| | | |
| | | //入库口 |
| | | public static final List<Integer> STA_WORK_IN = new ArrayList<Integer>() {{ |
| | | add(1042);add(1043);add(1104);add(1105);add(1038);add(1036);add(2037); |
| | | add(1042);add(1043);add(1044);add(1104);add(1105);add(1103);add(1038);add(1036);add(2037); |
| | | }}; |
| | | |
| | | //出库口 |
| | |
| | | put(1105,1105);put(1104,1105);put(1043,1042);put(1042,1042); |
| | | }}; |
| | | public static final Map<Integer, Integer> siteInMap = new HashMap<Integer, Integer>() {{ |
| | | put(1043, 1042);put(1042, 1042);put(1105, 1105);put(1104, 1105);put(1036, 1036);put(1038, 1038);put(2037,2037); |
| | | put(1043, 1042);put(1042, 1042);put(1044, 1042);put(1105, 1105);put(1104, 1105); |
| | | put(1103, 1105);put(1036, 1036);put(1038, 1038);put(2037,2037); |
| | | }}; |
| | | |
| | | // 异常出库口 |
| | | public static final List<Integer> STA_WORK_Exception = new ArrayList<Integer>() {{ |
| | | add(1042);add(1105);add(1104);add(1043); |
| | | add(1042);add(1105);add(1104);add(1043);add(1044);add(1103); |
| | | }}; |
| | | |
| | | // public static final List<Integer> STA_WORK_CU_CAR_TWO = new ArrayList<Integer>() {{ |