dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增
“djh”
2025-10-10
70de1a15aa975f29adc9e463673001b68cd7ab84
[multi_system.git]
/
multi-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
system
/
domain
/
req
/
CatalogueReq.java
1
2
3
4
5
6
7
8
9
10
11
package com.gkhy.exam.system.domain.req;
import lombok.Data;
@Data
public class CatalogueReq {
private Integer type;
private String mess;
private Integer catalogueId;
private Integer companyId;
}