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