|
@@ -20,10 +20,10 @@ public class ExportExcelBehospitalDTO {
|
|
|
private String doctorName;
|
|
|
@Excel(name = "患者姓名", needMerge = true)
|
|
|
private String patName;
|
|
|
- @Excel(name = "住院号", needMerge = true)
|
|
|
- private String behospitalCode;
|
|
|
@Excel(name = "病案号", needMerge = true)
|
|
|
private String fileCode;
|
|
|
+ @Excel(name = "住院号", needMerge = true)
|
|
|
+ private String behospitalCode;
|
|
|
@Excel(name = "入院时间", needMerge = true, exportFormat = "yyyy/MM/dd")
|
|
|
private Date behospitalDate;
|
|
|
@Excel(name = "出院时间", needMerge = true, exportFormat = "yyyy/MM/dd")
|