feat(ai): AiState + AiModule (ErpModule impl + 权限 + 路由骨架)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
20
crates/erp-ai/src/handler/mod.rs
Normal file
20
crates/erp-ai/src/handler/mod.rs
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user