Procházet zdrojové kódy

缺陷列表导出模板修改

zhanghang před 3 roky
rodič
revize
4d0d842b62

+ 0 - 15
src/main/java/com/diagbot/dto/ExportGetDoctorDetailPageDTO.java

@@ -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;
-
 }