pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/result/RemoteResultCode.java
@@ -15,13 +15,16 @@ /** * Valve */ GET_RESULT_IN_ONE_MINUTE(10001,"1分钟后去查看结果"), //GET_RESULT_IN_ONE_MINUTE(10001,"1分钟后去查看结果"), GET_RESULT_ERROR(10002, "获取结果异常"), PLEASE_SELECT_A_VC(10002, "请选择一张虚拟卡"), IN_USE_VC_CANNOT_OPEN_VALVE(10002, "使用中虚拟卡不能用来开阀"), /** * 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;