|
@@ -20,8 +20,10 @@ public class ImproveByDeptDTO {
|
|
|
/**
|
|
|
* 主治医生
|
|
|
*/
|
|
|
- @Excel(name = "主管医生", width = 30)
|
|
|
+ @Excel(name = "主管医生", width = 15)
|
|
|
private String doctorName;
|
|
|
+
|
|
|
+ private String doctorId;
|
|
|
/**
|
|
|
* 质控总数(总病历数)
|
|
|
*/
|
|
@@ -30,7 +32,7 @@ public class ImproveByDeptDTO {
|
|
|
/**
|
|
|
* 病历核查数量
|
|
|
*/
|
|
|
- @Excel(name = "病历核查数量", width = 10)
|
|
|
+ @Excel(name = "病历核查数量", width = 15)
|
|
|
private Integer checkedNum = 0;
|
|
|
/**
|
|
|
* 核查占比
|