| | |
| | | @Excel(name = "结果") |
| | | private String results; |
| | | |
| | | @Excel(name = "ng次数") |
| | | private Integer ngTimes; |
| | | |
| | | @Excel(name = "ng采集数据") |
| | | private String ngCollectData; |
| | | |
| | | /** 结果 */ |
| | | @Excel(name = "ng结果") |
| | | private String ngResults; |
| | | |
| | | @TableField(exist = false) |
| | | private String sort; |
| | | |
| | |
| | | private String scanBarcode; |
| | | |
| | | @TableField(exist = false) |
| | | private Integer recordDataDone; |
| | | |
| | | @TableField(exist = false) |
| | | private String sfcBarcode; |
| | | |
| | | @TableField(exist = false) |
| | |
| | | @TableField(exist = false) |
| | | private String productBarcode; |
| | | |
| | | @TableField(exist = false) |
| | | private String artificialNgFlag; |
| | | |
| | | public String getParamName() { |
| | | return paramName; |
| | | } |