dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
产品服务实现过程
heheng
2025-12-03
3d400cfcc41df9bc35678751f6f5afb5cf6c1ae5
[multi_system.git]
/
multi-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
system
/
domain
/
req
/
SysDeptPageReq.java
1
2
3
4
5
6
7
8
9
10
package com.gkhy.exam.system.domain.req;
import com.gkhy.exam.common.domain.entity.SysDept;
import lombok.Data;
@Data
public class SysDeptPageReq extends SysDept {
private Integer pageNum;
private Integer pageSize;
}