chenjiahe
2023-07-17 d4fa5269e214e8bbe1f7dd79a922cefe9fc9916b
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;
    }
}