教育训练处考试制证系统后端
“djh”
2024-12-24 3dfef503c7f5151859839c3199e7f4b63ff50c0c
1
2
3
4
5
6
7
8
9
10
11
12
package com.gkhy.exam.institutionalaccess.model.vo;
 
import lombok.Data;
 
@Data
public class ThTrainVO {
    private Long institutionId;
    private Integer studentCount;
    private Integer finishCount;
    private Integer passCount;
 
}