fhx
2024-03-26 818d25c9d778b0780b917b190714df66ead250d1
src/main/java/com/hx/exception/ServiceException.java
@@ -27,8 +27,11 @@
        this.code = code;
    }
    //@Override
    public int getCode() {
        return this.code;
    public Integer getCode() {
        return code;
    }
    public void setCode(Integer code) {
        this.code = code;
    }
}