| | |
| | | @TableField("plt_type") |
| | | private Integer pltType; |
| | | |
| | | @ApiModelProperty(value= "") |
| | | @TableField("batch_seq") |
| | | private String batchSeq; |
| | | |
| | | /** |
| | | * 空板 |
| | | */ |
| | |
| | | @TableField("mtn_type") |
| | | private Double mtnType; |
| | | |
| | | @ApiModelProperty(value= "") |
| | | @ApiModelProperty(value= "业务单号") |
| | | @TableField("user_no") |
| | | private String userNo; |
| | | |
| | |
| | | return null; |
| | | } |
| | | |
| | | public long getWrkSts(){ |
| | | return (long)this.wrkSts; |
| | | } |
| | | |
| | | public String getIoType$(){ |
| | | BasWrkIotypeService service = SpringUtils.getBean(BasWrkIotypeService.class); |
| | | BasWrkIotype basWrkIotype = service.selectById(this.ioType); |