dashboard
repositories
filestore
activity
search
login
dongjh
/
swspkmas
forked from
swspkmas
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改学时证书接收接口
“djh”
2024-12-27
3aae8ddd5b9624626921abdcc33122dccdcd5c61
[~dongjh/swspkmas.git]
/
exam-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
institutionalaccess
/
entity
/
ThCourseDTO.java
1
2
3
4
5
6
7
8
9
package com.gkhy.exam.institutionalaccess.entity;
import lombok.Data;
@Data
public class ThCourseDTO {
private Long id;
private Byte status;
}