|
@@ -24,25 +24,10 @@ public class ExportGetDoctorDetailPageDTO implements Serializable {
|
|
|
@Excel(name = "模块名称", width = 20, orderNum = "1")
|
|
|
private String casesName;
|
|
|
|
|
|
- @Excel(name = "科室ID", width = 20, orderNum = "9")
|
|
|
- private String deptId;
|
|
|
-
|
|
|
- @Excel(name = "科室名称", width = 20, orderNum = "10")
|
|
|
- private String deptName;
|
|
|
-
|
|
|
- @Excel(name = "缺陷总数", width = 20, orderNum = "11")
|
|
|
- private Integer totleNum = 0;
|
|
|
-
|
|
|
@Excel(name = "数量", orderNum = "5")
|
|
|
private Integer num = 0;
|
|
|
|
|
|
@Excel(name = "缺陷占比", orderNum = "6")
|
|
|
private String percentStr = "0.00%";
|
|
|
|
|
|
- @Excel(name = "医生ID", orderNum = "7")
|
|
|
- private String doctorId;
|
|
|
-
|
|
|
- @Excel(name = "医生名称", orderNum = "8")
|
|
|
- private String doctorName;
|
|
|
-
|
|
|
}
|