From 23da057f35cea1ee061adc23ccb9b7511635133b Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 18 四月 2025 11:09:56 +0800 Subject: [PATCH] ai-chat模块 --- pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index d107efb..a13f860 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,7 @@ <module>dev-admin</module> <module>dev-common</module> <module>dev-sys</module> + <module>ai-chat</module> </modules> <parent> <groupId>org.springframework.boot</groupId> -- Gitblit v1.8.0