dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
违章
zf
2023-09-14
704ea6024361970e2c99f21c12d0f0d88d0f1942
[swspkmas.git]
/
exam-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
noncoalmine
/
model
/
modForm
/
TrainingInstitutionModForm.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.gkhy.exam.noncoalmine.model.modForm;
import lombok.Data;
/**
* @email 1603559716@qq.com
* @author: zf
* @date: 2023/9/13
* @time: 16:46
*/
@Data
public class TrainingInstitutionModForm {
}