实现系统管理后台 V1

This commit is contained in:
andy
2026-07-10 18:32:34 +08:00
parent e76cb80f28
commit aa5783ba61
92 changed files with 9383 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
"cn.nianxx.thhotel.platform.access.mapper",
"cn.nianxx.thhotel.platform.hotel.mapper",
"cn.nianxx.thhotel.platform.navigation.mapper",
"cn.nianxx.thhotel.platform.audit.mapper",
"cn.nianxx.thhotel.workflows.reservation.mapper",
"cn.nianxx.thhotel.integrations.ai.superagent.mapper"
})