| | |
| | | @TableField("wrk_no") |
| | | private Integer wrkNo; |
| | | |
| | | @ApiModelProperty(value = "") |
| | | @ApiModelProperty(value = "agv号") |
| | | @TableField("inv_wh") |
| | | private String invWh; |
| | | |
| | |
| | | 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 ""; |