dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
“djh”
2025-09-08
32a308be351a040d6c68fe5d4f482537e1884b75
[multi_system.git]
/
multi-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
system
/
domain
/
req
/
QualityReq.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.gkhy.exam.system.domain.req;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class QualityReq {
private String companyId;
private String year;
private String type;
}