liurunyu
2024-10-23 113c9bb9c76a1e08d14b5646e0d2e249b8e6e469
pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/java/com/dy/pipIrrBase/result/SystemResultCode.java
@@ -32,7 +32,8 @@
    /**
     * 片区
     */
    SAVA_BLOCK_ERROR(30001, "保存片区失败");
    SAVA_BLOCK_ERROR(30001, "保存片区失败"),
    THE_BLOCK_NOT_EXIST(30002, "片区不存在");
    private final Integer code;
    private final String message;