.
18516761980
2022-03-15 e15fedf194e896d7c5160d496e3aea8af4110b88
src/main/java/zy/cloud/wms/manager/entity/ReceiveDetl.java
@@ -253,6 +253,16 @@
        return null;
    }
    public String getState$(){
        if (this.inQty == 0){
            return "未入库";
        }
        if (count - inQty != 0){
            return "入库中";
        }
        return "已完成";
    }
    public void setOrderId(Long orderId) {
        this.orderId = orderId;
    }