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; }