| | |
| | | */ |
| | | 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 templateName; |
| | | |
| | | private String dic; |
| | | |
| | | private Integer insFiberId; |
| | | |
| | | private Integer insFibersId; |
| | | |
| | | private Integer standardMethodListId; |
| | | } |