| | |
| | | public class SampleProductDto2 extends OrderBy implements Serializable { |
| | | |
| | | private Integer id; |
| | | private Integer insProductId; |
| | | |
| | | @ValueTableShow(name = "样品编号") |
| | | private String sampleCode; |
| | |
| | | private String inspectionValueType; |
| | | |
| | | @ValueTableShow(value = 12, name = "试验要求") |
| | | private String ask; |
| | | private String tell; |
| | | |
| | | @ValueTableShow(value = 13, name = "检验结果") |
| | | // @ValueTableShow(value = 13, name = "检验结果") |
| | | private String lastValue; |
| | | |
| | | @ValueTableShow(value = 14, name = "结果判定") |
| | | private Integer insResult; |
| | | |
| | | @ValueTableShow(value = 15, name = "检验人") |
| | | private String checkName; |
| | | |
| | | @ValueTableShow(value = 16, name = "检验日期") |
| | | private String checkTime; |
| | | |
| | | private String equipValue; |
| | | |
| | | } |