|
|
@ -73,14 +73,14 @@ public class NatListResultDTO implements Serializable { |
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8") |
|
|
@ColumnWidth(25) |
|
|
@ColumnWidth(25) |
|
|
@ExcelProperty(value = "采样时间",order = 4) |
|
|
@ExcelProperty(value = "采样时间",order = 5) |
|
|
private Date sampleTime; |
|
|
private Date sampleTime; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 检测结果 |
|
|
* 检测结果 |
|
|
*/ |
|
|
*/ |
|
|
@ColumnWidth(20) |
|
|
@ColumnWidth(20) |
|
|
@ExcelProperty(value = "检测结果",order = 5) |
|
|
@ExcelProperty(value = "检测结果",order = 7) |
|
|
private String natResult; |
|
|
private String natResult; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
@ -99,8 +99,15 @@ public class NatListResultDTO implements Serializable { |
|
|
* 检测地点 |
|
|
* 检测地点 |
|
|
*/ |
|
|
*/ |
|
|
@ColumnWidth(30) |
|
|
@ColumnWidth(30) |
|
|
@ExcelProperty(value = "检测地点",order = 7) |
|
|
@ExcelProperty(value = "检测地点",order = 6) |
|
|
private String natAddress; |
|
|
private String natAddress; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 试管编号 |
|
|
|
|
|
*/ |
|
|
|
|
|
@ColumnWidth(30) |
|
|
|
|
|
@ExcelProperty(value = "试管编号",order = 8) |
|
|
|
|
|
private String testTubeCode; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|