Commit 80d794be by zhangdaihao

还原

parent 13ae66bc
......@@ -3,7 +3,6 @@ package org.jeecg.modules.system.entity;
import java.io.Serializable;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import lombok.Data;
import lombok.EqualsAndHashCode;
......@@ -75,10 +74,9 @@ public class SysPermission implements Serializable {
private Integer menuType;
/**
* 是否叶子节点: 1:是 0:不是
* 是否叶子节点: 1:是 0:不是
*/
@TableField(value="is_leaf")
private boolean leaf;
private Integer isLeaf;
/**
* 描述
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment