dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
排序改造
heheng
2025-07-08
53153afbec438d582d79579390affc9b72ed3730
[multi_system.git]
/
multi-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
system
/
domain
/
SysDeptManage.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.gkhy.exam.system.domain;
import lombok.Data;
@Data
public class SysDeptManage {
private Long deptId;
private Long subDeptId;
private Long companyId;
}