feat(ai): AiState + AiModule (ErpModule impl + 权限 + 路由骨架)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
iven
2026-04-25 13:58:33 +08:00
parent 6d392ae2b5
commit fada33101c
4 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
use axum::response::IntoResponse;
pub async fn stream_lab_report() -> impl IntoResponse {
"stub"
}
pub async fn stream_trends() -> impl IntoResponse {
"stub"
}
pub async fn stream_checkup_plan() -> impl IntoResponse {
"stub"
}
pub async fn stream_report_summary() -> impl IntoResponse {
"stub"
}
pub async fn list_analysis() -> impl IntoResponse {
"stub"
}
pub async fn get_analysis() -> impl IntoResponse {
"stub"
}