diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckReport.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckReport.java index 5d63aae..a84d188 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckReport.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckReport.java @@ -91,16 +91,19 @@ public class TdCheckReport implements Serializable { /** * 实有项目总分 */ + @Excel(name = "实有项目总分") private String totalScore; /** * 实有项目得分 */ + @Excel(name = "实有项目得分") private String realScore; /** * 得分占比 */ + @Excel(name = "得分占比") private String percentageScore;