|
@@ -18,7 +18,6 @@ import java.io.Serializable;
|
|
|
@Setter
|
|
|
public class ExportGetDoctorDetailPageDTO implements Serializable {
|
|
|
|
|
|
-
|
|
|
@Excel(name = "缺陷名称", width = 40, orderNum = "2")
|
|
|
private String name;
|
|
|
|
|
@@ -40,16 +39,10 @@ public class ExportGetDoctorDetailPageDTO implements Serializable {
|
|
|
@Excel(name = "缺陷占比", orderNum = "6")
|
|
|
private String percentStr = "0.00%";
|
|
|
|
|
|
- @Excel(name = "分值", orderNum = "3")
|
|
|
- private Double score = 0d;
|
|
|
-
|
|
|
- @Excel(name = "单项否决", orderNum = "4", replace = { "否_0", "是_1" })
|
|
|
- private Integer isReject;
|
|
|
-
|
|
|
@Excel(name = "医生ID", orderNum = "7")
|
|
|
- private Long doctorId;
|
|
|
+ private String doctorId;
|
|
|
|
|
|
- @Excel(name = "医生ID", orderNum = "8")
|
|
|
+ @Excel(name = "医生名称", orderNum = "8")
|
|
|
private String doctorName;
|
|
|
|
|
|
}
|