fix:载体下发销毁接口提交

pg_adapter
wangxy 6 months ago
parent 4737aa3b6b
commit 3ac20bb54b

@ -91,16 +91,19 @@ public class TdCheckReport implements Serializable {
/** /**
* *
*/ */
@Excel(name = "实有项目总分")
private String totalScore; private String totalScore;
/** /**
* *
*/ */
@Excel(name = "实有项目得分")
private String realScore; private String realScore;
/** /**
* *
*/ */
@Excel(name = "得分占比")
private String percentageScore; private String percentageScore;

Loading…
Cancel
Save