From 8eaf1be9979c6dc210c7794728a2c59e6eec9abd Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 14 十月 2022 14:54:58 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/sys/RoleMenuAuthEntity.java | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/entity/sys/RoleMenuAuthEntity.java b/src/main/java/com/lf/server/entity/sys/RoleMenuAuthEntity.java index 8a8478b..ba72ff2 100644 --- a/src/main/java/com/lf/server/entity/sys/RoleMenuAuthEntity.java +++ b/src/main/java/com/lf/server/entity/sys/RoleMenuAuthEntity.java @@ -16,6 +16,10 @@ private int menuAuthId; + private int menuid; + + private String name; + private int createUser; private Timestamp createTime; @@ -51,6 +55,22 @@ this.menuAuthId = menuAuthId; } + public int getMenuid() { + return menuid; + } + + public void setMenuid(int menuid) { + this.menuid = menuid; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + public int getCreateUser() { return createUser; } -- Gitblit v1.9.3