自动化立体仓库 - WMS系统
#
lsh
2024-01-04 3073dbfd47dfdc153545fe9dbdc78100bc251201
src/main/java/com/zy/asrs/entity/WrkMastSta.java
@@ -117,6 +117,18 @@
    public WrkMastSta() {}
    public WrkMastSta(WrkMast wrkMast,Date now,BasDevp basDevp) {
        this.wrkNo = wrkMast.getWrkNo().longValue();
        this.wrkStart = wrkMast.getSourceStaNo();
        this.wrkEnd = wrkMast.getStaNo();
        this.staStart = basDevp.getDevNo();
        this.staEnd = wrkMast.getStaNo();
        this.createTime = now;
        this.updateTime = now;
        this.wrkSts = 0;
        this.bignTime = now;
    }
    public WrkMastSta(Long wrkNo,Integer wrkStart,Integer wrkEnd,Integer staStart,Integer staEnd,Date createTime,Date updateTime,Integer type,Integer wrkSts,Integer lineNumber,Integer wrkType,Date bignTime) {
        this.wrkNo = wrkNo;
        this.wrkStart = wrkStart;