|
@@ -30,7 +30,7 @@ public class ReBeHosByDeptDTO {
|
|
|
* 间隔天数
|
|
|
*/
|
|
|
@Excel(name = "间隔天数", width = 10, needMerge = true, orderNum = "4")
|
|
|
- private Integer diffDays;
|
|
|
+ private String diffDays;
|
|
|
|
|
|
@Excel(name = "是否有出院31天内再住院计划", width = 30, needMerge = true, orderNum = "5")
|
|
|
private String lastAgainBehospitalPlan;//31天再入院计划(是/否)
|