fwq
2023-11-07 72950f60dee7b842c81feea579ec02b078914e78
src/main/java/com/hx/exception/TipsException.java
@@ -28,8 +28,11 @@
        this.code = code;
    }
    //@Override
    public int getCode() {
        return this.code;
    public Integer getCode() {
        return code;
    }
    public void setCode(Integer code) {
        this.code = code;
    }
}