zjj
2025-03-24 6825648e1d13f72aee641313e85664ca9062aa51
src/main/java/com/zy/asrs/task/core/ReturnT.java
@@ -27,7 +27,7 @@
        this.content = content;
    }
    public boolean isSuccess(){
    public boolean isSuccess() {
        return this.code == 200;
    }