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