dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
多体系企业及质量目标相关新增
“djh”
2025-06-24
e0e136f627de2c724b84b02fda02376b53c9e97b
[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;
}