dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
特种作业非煤缴费版本
heheng
2025-01-22
c7ec8d8e5640dc25ee93cf605bf9c3e793bf29ec
[swspkmas.git]
/
exam-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
institutionalaccess
/
model
/
vo
/
ThStudentBatchCourseVO.java
1
2
3
4
5
6
7
8
9
10
11
package com.gkhy.exam.institutionalaccess.model.vo;
import lombok.Data;
@Data
public class ThStudentBatchCourseVO {
private String idcard;
private String name;
private String batchUuid;
private String courseUuid;
}