自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-10-12 be412111689a7f27abfadb1241dfa5b70ac4c170
src/main/java/com/zy/core/model/protocol/SteProtocol.java
@@ -190,6 +190,12 @@
     */
    private Short chargeStatus;
    // 入库取空
    private Boolean inEmpty;
    // 出库取空
    private Boolean outEmpty;
    public void setStatus(Short status){
        this.status = status;
        this.statusType = SteStatusType.get(status);