自动化立体仓库 - WMS系统
#
lsh
2024-01-24 b5fa899c46b54a7f7c447d7d8d7ba0c440415204
src/main/java/com/zy/asrs/entity/WrkMastSta.java
@@ -136,7 +136,7 @@
    }
    public WrkMastSta(Date now, Integer staStart) {
        this.wrkNo = staStart.longValue()+9999;
        this.wrkNo = staStart.longValue()+19999L;
        this.wrkStart = staStart;
        this.wrkEnd = staStart;
        this.staStart = staStart;