#
zjj
2024-01-15 855bf7559274cbc7e3008eaac313e49e48d14e33
src/main/java/com/zy/asrs/utils/RouteUtils.java
@@ -12,8 +12,9 @@
 */
public class RouteUtils {
    //问题2  周俊杰
    public static final List<Integer> MERGE_STA_NO_One = new ArrayList<Integer>() {{
//        add(116);add(117);
        add(113);add(119);
    }};
    public static final List<Integer> MERGE_STA_NO_TWO = new ArrayList<Integer>() {{