From 60fd3ddd2c266a4f73902082b08749265dbc2c54 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 21 七月 2023 09:25:39 +0800 Subject: [PATCH] 1 --- src/main/java/com/moon/server/entity/sys/RoleResEntity.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/moon/server/entity/sys/RoleResEntity.java b/src/main/java/com/moon/server/entity/sys/RoleResEntity.java index c7f04c3..33bb591 100644 --- a/src/main/java/com/moon/server/entity/sys/RoleResEntity.java +++ b/src/main/java/com/moon/server/entity/sys/RoleResEntity.java @@ -26,6 +26,8 @@ private String cnName; + private Integer type; + private Integer pid; private Integer level; @@ -99,6 +101,14 @@ this.cnName = cnName; } + public Integer getType() { + return type; + } + + public void setType(Integer type) { + this.type = type; + } + public Integer getPid() { return pid; } -- Gitblit v1.9.3