fix 修复 实体类书写错误
This commit is contained in:
parent
5fc76b6426
commit
384f9528e7
@ -87,6 +87,6 @@ public class SysDept extends TenantEntity {
|
||||
* 子部门
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private List<SysMenu> children = new ArrayList<>();
|
||||
private List<SysDept> children = new ArrayList<>();
|
||||
|
||||
}
|
||||
|
@ -7,7 +7,6 @@ import lombok.Data;
|
||||
import org.dromara.common.excel.annotation.ExcelDictFormat;
|
||||
import org.dromara.common.excel.convert.ExcelDictConvert;
|
||||
import org.dromara.system.domain.SysDept;
|
||||
import org.dromara.system.domain.SysMenu;
|
||||
|
||||
import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
@ -105,6 +104,6 @@ public class SysDeptVo implements Serializable {
|
||||
/**
|
||||
* 子部门
|
||||
*/
|
||||
private List<SysMenu> children = new ArrayList<>();
|
||||
private List<SysDept> children = new ArrayList<>();
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user