heheng
2026-02-10 0e17b5575d653f6e10a1d312e8b0d23efc1bb35d
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;
}