chenjiahe
2023-10-08 e96b0d2ac2d14a1035e91cf221f5ecd764980e16
src/main/java/com/hx/exception/ServiceException.java
@@ -27,8 +27,11 @@
        this.code = code;
    }
    //@Override
    public int getCode() {
        return this.code;
    public Integer getCode() {
        return code;
    }
    public void setCode(Integer code) {
        this.code = code;
    }
}