自动化立体仓库 - WMS系统
#
LSH
2024-01-05 5ee977f1dadab25a87661ff48b4a0844c669bc28
src/main/java/com/zy/asrs/entity/WrkMastSta.java
@@ -103,7 +103,7 @@
    /**
     * 工作类型
     */
    @ApiModelProperty(value= "工作类型")
    @ApiModelProperty(value= "工作类型  1:取(叠盘)  2:放 3:取放 4:拆盘")
    @TableField("wrk_type")
    private Integer wrkType;
@@ -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;