自动化立体仓库 - WMS系统
chen.llin
4 天以前 0f1afa9e4e9d72659fd16c3c1bdb9e7a827602d7
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;
    }