自动化立体仓库 - WMS系统
1
2025-10-09 dbe87fddc43db7e5486489c3a011cc6474c4701c
src/main/java/com/zy/asrs/entity/WrkMastSta.java
@@ -128,6 +128,8 @@
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date bignTime;
    private Integer mk;
    public WrkMastSta() {
    }
@@ -141,6 +143,7 @@
        this.updateTime = now;
        this.wrkSts = 0;
        this.bignTime = now;
        this.mk = 0;
    }
    public WrkMastSta(Date now, Integer staStart) {