自动化立体仓库 - WMS系统
zhou zhou
2025-12-19 061753c5c014862564e56f22af0a685f0efd0fde
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;
    }