Andru
2023-11-09 c123f9995e3989c9e3d7f9b69cd38a64aa6d0188
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;
    }
}