1、关联表删除额外的service。

2、service中删除mybatis plus 的操作,技术和业务解耦。
This commit is contained in:
安贞
2022-03-31 09:11:02 +08:00
parent 3cd135850e
commit 5fc1101900
6 changed files with 107 additions and 72 deletions

View File

@@ -4,6 +4,7 @@ DELETE FROM "system_role";
DELETE FROM "system_role_menu";
DELETE FROM "system_menu";
DELETE FROM "system_user_role";
DELETE FROM "system_user_post";
DELETE FROM "system_dict_type";
DELETE FROM "system_user_session";
DELETE FROM "system_post";