龚焕茏
2024-07-09 c5c10c1bb95f5bb7fdc8b714c5c998e78c26e0f7
src/main/java/com/mindskip/xzs/domain/vo/ExamTemplatesUserCountVO.java
@@ -13,6 +13,7 @@
    private String userName;
    private String userScore;
    private String paperScore;
    private String status;
    public Integer getId() {
@@ -70,4 +71,12 @@
    public void setPaperScore(String paperScore) {
        this.paperScore = paperScore;
    }
    public String getStatus() {
        return status;
    }
    public void setStatus(String status) {
        this.status = status;
    }
}