dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
功能修改
heheng
2025-11-19
735d0737c850cb4385d99fb18f485a5e6c7efbb4
[multi_system.git]
/
multi-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
system
/
domain
/
vo
/
IndexSearch.java
1
2
3
4
5
6
7
8
9
10
11
package com.gkhy.exam.system.domain.vo;
import lombok.Data;
@Data
public class IndexSearch {
private Long companyId;
private Long userId;
private String keyword;
private String keyword1;
}