skyouc
2025-03-03 60d54eeef314ec0573713496b54ab14c7916261c
zy-asrs-wms/src/main/java/com/zy/asrs/wms/apis/wcs/entity/domain/SystemProperties.java
@@ -16,13 +16,13 @@
    private String issueTaskOfEvent;
    /**RCS通知传输线流动*/
    private String conveyorStart;
    private static String HOST = "http://localhost:8080";
    public static String ISSUE_TASK_OF_EVENT = HOST +  "/task/create";
    public static String CONVEYOR_START = HOST + "/conveyor/moveContainer";
    public static String SLAP_LIGHT = HOST + "/expand/api/equipment/ptl/sendCommand";
//    private static String HOST = "http://localhost:8080";
//
//    public static String ISSUE_TASK_OF_EVENT = HOST +  "/task/create";
//
//    public static String CONVEYOR_START = HOST + "/conveyor/moveContainer";
//
//    public static String SLAP_LIGHT = HOST + "/expand/api/equipment/ptl/sendCommand";
}