自动化立体仓库 - WMS系统
13
zhang
4 天以前 55eb3d480594f4c0dd382eaeeb8548bf911d6ad7
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;
    }