dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
三方对接接口优化
zhangf
2024-07-24
790c2ba4a0b46edf191e3bac84931f796bd42b8f
[swspkmas.git]
/
exam-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
institutionalaccess
/
model
/
req
/
StudentCourseReqDTO.java
1
2
3
4
5
6
7
8
9
package com.gkhy.exam.institutionalaccess.model.req;
import lombok.Data;
@Data
public class StudentCourseReqDTO {
private String courseUuid;
private String batchUuid;
}