dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化改造sql
heheng
2025-07-09
ab795dcf9b4783682fbb85c37d5c20b2b9006a86
[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;
}