wuzeyu
2024-05-31 fab506b80e84a969cf7defedaff18e264071f700
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/result/RemoteResultCode.java
@@ -21,7 +21,8 @@
    /**
     * RTU
     */
    RTU_ADDR_CANNOT_BE_NULL(20001, "阀控器地址不能为空");
    RTU_NOT_EXIST(20001, "阀控器不存在"),
    RTU_ADDR_CANNOT_BE_NULL(20002, "阀控器地址不能为空");
    private final Integer code;
    private final String message;