fwq
7 天以前 55334da20cff4dac840c320eda1d0ca53ba27eda
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;
    }
}