mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-10-15 06:30:26 +00:00
fix 修复 实体类书写错误
This commit is contained in:
@@ -88,6 +88,6 @@ public class SysDept extends TenantEntity {
|
|||||||
* 子菜单
|
* 子菜单
|
||||||
*/
|
*/
|
||||||
@TableField(exist = false)
|
@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.annotation.ExcelDictFormat;
|
||||||
import org.dromara.common.excel.convert.ExcelDictConvert;
|
import org.dromara.common.excel.convert.ExcelDictConvert;
|
||||||
import org.dromara.system.domain.SysDept;
|
import org.dromara.system.domain.SysDept;
|
||||||
import org.dromara.system.domain.SysMenu;
|
|
||||||
|
|
||||||
import java.io.Serial;
|
import java.io.Serial;
|
||||||
import java.io.Serializable;
|
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