| | |
| | | */ |
| | | @ApiModelProperty(value = "工作状态") |
| | | @TableField("wrk_sts") |
| | | private Integer wrkSts; |
| | | private Long wrkSts; |
| | | |
| | | /** |
| | | * 入出库类型 |
| | |
| | | */ |
| | | @ApiModelProperty(value = "目标站") |
| | | @TableField("sta_no") |
| | | private Integer staNo; |
| | | private String staNo; |
| | | |
| | | /** |
| | | * 源站 |
| | | */ |
| | | @ApiModelProperty(value = "源站") |
| | | @TableField("source_sta_no") |
| | | private Integer sourceStaNo; |
| | | private String sourceStaNo; |
| | | |
| | | /** |
| | | * 源库位 |
| | |
| | | this.ymd = ymd; |
| | | this.mk = mk; |
| | | this.whsType = whsType; |
| | | this.wrkSts = wrkSts; |
| | | this.wrkSts = Long.valueOf(wrkSts); |
| | | this.ioType = ioType; |
| | | this.crnNo = crnNo; |
| | | this.sheetNo = sheetNo; |
| | | this.ioPri = ioPri; |
| | | this.wrkDate = wrkDate; |
| | | this.locNo = locNo; |
| | | this.staNo = staNo; |
| | | this.sourceStaNo = sourceStaNo; |
| | | this.staNo = String.valueOf(staNo); |
| | | this.sourceStaNo = String.valueOf(sourceStaNo); |
| | | this.sourceLocNo = sourceLocNo; |
| | | this.locSts = locSts; |
| | | this.picking = picking; |