| | |
| | | |
| | | /** |
| | | * 检验项目 |
| | | * |
| | | * @TableName ins_product |
| | | */ |
| | | @TableName(value ="ins_product") |
| | | @TableName(value = "ins_product") |
| | | @Data |
| | | public class InsProduct implements Serializable { |
| | | /** |
| | |
| | | */ |
| | | 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; |
| | | |
| | | /** |
| | |
| | | private String templateName; |
| | | |
| | | private String dic; |
| | | //温度 |
| | | private String temperature; |
| | | //湿度 |
| | | private String humidity; |
| | | |
| | | private Integer insFiberId; |
| | | |
| | | private Integer insFibersId; |
| | | |
| | | private Integer standardMethodListId; |
| | | |
| | | //返回的20度常温的计算值(温度循环) |
| | | @TableField(exist = false ,select = false) |
| | | private String complue; |
| | | } |