wuzeyu
2024-08-16 74fd9f80be6b5a6edddf6631d0829d51590d1e56
pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/java/com/dy/pipIrrBase/result/SystemResultCode.java
@@ -27,7 +27,13 @@
    /**
     * 用户
     */
    THE_USER_NOT_EXIST(20001, "用户不存在");
    THE_USER_NOT_EXIST(20001, "用户不存在"),
    /**
     * 片区
     */
    SAVA_BLOCK_ERROR(30001, "保存片区失败"),
    THE_BLOCK_NOT_EXIST(30002, "片区不存在");
    private final Integer code;
    private final String message;