| | |
| | | |
| | | private String id; |
| | | |
| | | private String sampleUserId; |
| | | |
| | | @ValueTableShow(value = 1,name = "委托编号") |
| | | private String entrustCode; |
| | | |
| | | @ValueTableShow(value = 2,name = "样品编号") |
| | | private String sampleCode; |
| | | |
| | | @ValueTableShow(value = 3,name = "样品名称") |
| | | private String sample; |
| | | @ValueTableShow(value = 2,name = "样品类型") |
| | | private String sampleType; |
| | | |
| | | @ValueTableShow(value = 4,name = "紧急程度") |
| | | private String type; |
| | |
| | | @ValueTableShow(value = 5,name = "状态") |
| | | private String insState; |
| | | |
| | | @ValueTableShow(value = 5,name = "检验结果") |
| | | private Integer insResult; |
| | | |
| | | @ValueTableShow(value = 6,name = "约定时间") |
| | | private String appointed; |
| | | |
| | | @ValueTableShow(value = 7,name = "下发时间") |
| | | private String sendTime; |
| | | |
| | | private Integer userId; |
| | | |
| | | private String sonLaboratory; |
| | | |
| | | } |