cmg
2024-05-27 b8c69ce26b3bb9462b1e0578f9e119c9772f9126
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;
    }
}