实现登录权限底座

This commit is contained in:
andy
2026-07-09 19:31:20 +08:00
parent a5a251a3f3
commit 666fb41328
77 changed files with 3946 additions and 19 deletions

View File

@@ -10,6 +10,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@MapperScan({
"cn.nianxx.thhotel.platform.message.mapper",
"cn.nianxx.thhotel.platform.debug.mapper",
"cn.nianxx.thhotel.platform.identity.mapper",
"cn.nianxx.thhotel.platform.access.mapper",
"cn.nianxx.thhotel.platform.hotel.mapper",
"cn.nianxx.thhotel.platform.navigation.mapper",
"cn.nianxx.thhotel.workflows.reservation.mapper",
"cn.nianxx.thhotel.integrations.ai.superagent.mapper"
})