实现 M002 订单任务入站与队列规则
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user