mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-10-14 22:20:29 +00:00
fix 修复 实体类书写错误
This commit is contained in:
@@ -88,6 +88,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<>();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user