| | |
| | | */ |
| | | private String inspectionItem; |
| | | |
| | | private String inspectionItemEn; |
| | | |
| | | /** |
| | | * 检验项分类 |
| | | */ |
| | | private String inspectionItemClassify; |
| | | @ApiModelProperty(value = "检验项分类") |
| | | private String inspectionItemClass; |
| | | |
| | | @ApiModelProperty(value = "检验项分类EN") |
| | | private String inspectionItemClassEn; |
| | | |
| | | /** |
| | | * 检验项子类 |
| | | */ |
| | | private String inspectionItemSubclass; |
| | | |
| | | private String inspectionItemSubclassEn; |
| | | |
| | | /** |
| | | * 工厂 |
| | |
| | | */ |
| | | private String ask; |
| | | |
| | | /**要求描述*/ |
| | | private String tell; |
| | | |
| | | /** |
| | | * 最终值 |
| | | */ |
| | | @TableField("`last_value`") |
| | | private String lastValue; |
| | | |
| | | /** |
| | |
| | | |
| | | @TableField(exist = false) |
| | | private String templateName; |
| | | |
| | | private String dic; |
| | | |
| | | private Integer insFiberId; |
| | | |
| | | private Integer insFibersId; |
| | | } |