dashboard
repositories
filestore
activity
search
login
dongjh
/
swspkmas
forked from
swspkmas
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
三方接口
zhangf
2024-06-24
21362fd048558832cdcaca8ee957d2d7aa753be2
[~dongjh/swspkmas.git]
/
exam-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
institutionalaccess
/
model
/
query
/
ThQuestionBankQuery.java
1
2
3
4
5
6
7
8
9
package com.gkhy.exam.institutionalaccess.model.query;
import lombok.Data;
@Data
public class ThQuestionBankQuery {
private String institutionName;
}