| | |
| | | private Integer posLev; |
| | | |
| | | /** |
| | | * 目标站 |
| | | * 执行工位 |
| | | */ |
| | | @ApiModelProperty(value= "目标站") |
| | | @ApiModelProperty(value= "执行工位") |
| | | @TableField("pos_sta") |
| | | private Integer posSta; |
| | | |
| | |
| | | @ApiModelProperty(value= "修改人员") |
| | | @TableField("update_by") |
| | | private Long updateBy; |
| | | |
| | | |
| | | /** |
| | | * 备注 |
| | |
| | | this.updateBy = updateBy; |
| | | } |
| | | |
| | | public BasRgvOpt(Integer wrkNo1, Integer rgvNo, Date sendTime, String mode, Integer sourceSta, Integer posSta, Integer response, Date updateTime, Long updateBy) { |
| | | public BasRgvOpt(Integer wrkNo1, Integer rgvNo, Date sendTime, String mode, Integer sourceSta, Integer posSta, Date updateTime) { |
| | | this.wrkNo1 = wrkNo1; |
| | | this.rgvNo = rgvNo; |
| | | this.sendTime = sendTime; |
| | |
| | | this.posSta = posSta; |
| | | this.response = response; |
| | | this.updateTime = updateTime; |
| | | this.updateBy = updateBy; |
| | | } |
| | | |
| | | // BasRgvOpt basRgvOpt = new BasRgvOpt( |