dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加查询是否生成财政缴款码
heheng
2025-02-05
f2b5d3f2d8a40ebc568bcba296f4a38d85eeb107
[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;
}