From a93a3f1532d33849187dcd1a372c315ec4511e04 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期一, 04 十二月 2023 09:04:01 +0800
Subject: [PATCH] 理片笼逻辑和界面更改
---
springboot-vue3/src/main/java/com/example/springboot/mapper/RoleMapper.java | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/springboot-vue3/src/main/java/com/example/springboot/mapper/RoleMapper.java b/springboot-vue3/src/main/java/com/example/springboot/mapper/RoleMapper.java
new file mode 100644
index 0000000..4f5d924
--- /dev/null
+++ b/springboot-vue3/src/main/java/com/example/springboot/mapper/RoleMapper.java
@@ -0,0 +1,11 @@
+package com.example.springboot.mapper;
+
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.example.springboot.entity.Role;
+import org.apache.ibatis.annotations.Mapper;
+import org.springframework.stereotype.Repository;
+
+@Mapper
+@Repository
+public interface RoleMapper extends BaseMapper<Role> {
+}
--
Gitblit v1.8.0