mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-19 01:36:39 +08:00
fix 修复 SysMenuBo 属性类型错误
This commit is contained in:
parent
c82bde9792
commit
5a150544c6
@ -67,12 +67,12 @@ public class SysMenuBo extends BaseEntity {
|
|||||||
/**
|
/**
|
||||||
* 是否为外链(0是 1否)
|
* 是否为外链(0是 1否)
|
||||||
*/
|
*/
|
||||||
private Integer isFrame;
|
private String isFrame;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否缓存(0缓存 1不缓存)
|
* 是否缓存(0缓存 1不缓存)
|
||||||
*/
|
*/
|
||||||
private Integer isCache;
|
private String isCache;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 菜单类型(M目录 C菜单 F按钮)
|
* 菜单类型(M目录 C菜单 F按钮)
|
||||||
|
Loading…
Reference in New Issue
Block a user