dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
部分新功能
heheng
2025-08-08
390574e0d9d01618c867c5db6a9ab21a43057eda
[multi_system.git]
/
multi-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
system
/
domain
/
vo
/
SysDeptManageVo.java
1
2
3
4
5
6
7
8
9
10
package com.gkhy.exam.system.domain.vo;
import com.gkhy.exam.system.domain.SysDeptManage;
import lombok.Data;
@Data
public class SysDeptManageVo extends SysDeptManage {
private String subDeptName;
}