| | |
| | | @TableField("loc_type1") |
| | | private Short locType1; |
| | | |
| | | // 产品状态{0:空闲,1:待测,2:测试中;3.测试完成;4.测试失败;} |
| | | @ApiModelProperty(value= "") |
| | | @TableField("pack_status") |
| | | private Integer packStatus; |
| | | |
| | | @ApiModelProperty(value= "通道:1、2、3、4、5、6") |
| | | @TableField("loc_type2") |
| | | private Short locType2; |
| | |
| | | @ApiModelProperty(value= "") |
| | | @TableField("fire_status") |
| | | private Integer fireStatus; |
| | | |
| | | // 产品状态{0:空闲,1:待测,2:测试中;3.测试完成;4.测试失败;} |
| | | @ApiModelProperty(value= "") |
| | | @TableField("pack_status") |
| | | private Integer packStatus; |
| | | |
| | | @ApiModelProperty(value= "通道") |
| | | private Integer channel; |