From a8d31b3d7b6e0d60b8045ace9be49cdfb590696f Mon Sep 17 00:00:00 2001
From: clll <1320612696@qq.com>
Date: 星期四, 09 十一月 2023 15:46:37 +0800
Subject: [PATCH] 拉取后对应翻译没了,部分代码报错,修改后提交
---
springboot-vue3/src/main/java/com/example/springboot/entity/RolePermission.java | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/RolePermission.java b/springboot-vue3/src/main/java/com/example/springboot/entity/RolePermission.java
index 5ad4863..a55723f 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/entity/RolePermission.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/entity/RolePermission.java
@@ -22,8 +22,13 @@
@ApiModelProperty("鐘舵��")
private Integer state;
+
+
+
@TableField(exist = false)
private Role role;
@TableField(exist = false)
private Permission permission;
+
+
}
--
Gitblit v1.8.0