实现 Debug EML 上传到 SuperAgent 链路

This commit is contained in:
andy
2026-07-09 14:22:24 +08:00
parent 9fa608f602
commit fcb30d460a
50 changed files with 3527 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
*/
@MapperScan({
"cn.nianxx.thhotel.platform.message.mapper",
"cn.nianxx.thhotel.platform.debug.mapper",
"cn.nianxx.thhotel.workflows.reservation.mapper",
"cn.nianxx.thhotel.integrations.ai.superagent.mapper"
})