实现 M002 订单任务入站与队列规则

This commit is contained in:
andy
2026-07-07 14:29:43 +08:00
parent 7e276469ef
commit f7d77b45bd
78 changed files with 11703 additions and 1 deletions

View File

@@ -7,7 +7,11 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* TH Hotel 后端应用入口。
*/
@MapperScan("cn.nianxx.thhotel.platform.message.mapper")
@MapperScan({
"cn.nianxx.thhotel.platform.message.mapper",
"cn.nianxx.thhotel.workflows.reservation.mapper",
"cn.nianxx.thhotel.integrations.ai.superagent.mapper"
})
@SpringBootApplication
public class ThHotelApplication {