chenjiahe
2023-12-04 d9fe4b6ff40a964c895a452ea12a04a13a979ec4
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;
    }
}