删除菜单权限,菜单列表加已有的功能
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
package com.cczsa.xinghe.codegen.entity;
|
||||
|
||||
import com.cczsa.xinghe.codegen.entity.enums.ClientTypeEnum;
|
||||
import com.cczsa.xinghe.codegen.entity.enums.MenuTypeEnum;
|
||||
import com.mybatisflex.annotation.Id;
|
||||
import com.mybatisflex.annotation.KeyType;
|
||||
import com.mybatisflex.annotation.Table;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import java.io.Serial;
|
||||
|
||||
import com.mybatisflex.core.keygen.KeyGenerators;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
@@ -54,6 +53,16 @@ public class MenuEntity extends BaseEntity implements Serializable {
|
||||
*/
|
||||
private Long parentId;
|
||||
|
||||
/**
|
||||
* 操作ID/来自操作表
|
||||
*/
|
||||
private Long funId;
|
||||
|
||||
/**
|
||||
* 0菜单1按钮
|
||||
*/
|
||||
private MenuTypeEnum menuType;
|
||||
|
||||
/**
|
||||
* 路由路径
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user