dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
附件复制
heheng
2026-02-05
ad1e42f88869b109a6273607e740cf8593e832c1
[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;
}