This commit is contained in:
parent
d9a1fe28eb
commit
a1e799e50b
|
@ -12,11 +12,11 @@ import net.maku.framework.mybatis.entity.BaseEntity;
|
|||
* <a href="https://maku.net">MAKU</a>
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper=false)
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("sys_menu")
|
||||
public class SysMenuEntity extends BaseEntity {
|
||||
/**
|
||||
* 上级ID,一级菜单为0
|
||||
* 上级ID
|
||||
*/
|
||||
private Long pid;
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user