自动化立体仓库 - WMS系统
1
2 天以前 b5e0def6c1356c2fb82c73310389856ffb54c166
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) {