自动化立体仓库 - WMS系统
pang.jiabao
2025-11-20 2101fe61627cad7329376f61f7265af824c459b5
src/main/java/com/zy/asrs/entity/Task.java
@@ -43,7 +43,7 @@
    @TableField("wrk_no")
    private Integer wrkNo;
    @ApiModelProperty(value = "")
    @ApiModelProperty(value = "agv号")
    @TableField("inv_wh")
    private String invWh;
@@ -78,7 +78,7 @@
    @TableField("crn_no")
    private Integer crnNo;
    @ApiModelProperty(value = "rgv")
    @ApiModelProperty(value = "")
    @TableField("sheet_no")
    private String sheetNo;
@@ -337,6 +337,17 @@
    public Task() {
    }
    public Task(Integer wrkNo,Long wrkSts,Integer ioType,
                String sourceStaNo,String staNo,Long appeUser,String barcode) {
         this.wrkNo = wrkNo;
         this.wrkSts = wrkSts;
         this.ioType = ioType;
         this.sourceStaNo = sourceStaNo;
         this.staNo = staNo;
         this.appeUser = appeUser;
         this.barcode = barcode;
    }
    public String getYmd$() {
        if (Cools.isEmpty(this.ymd)) {
            return "";