feat(ai): 添加 ai_suggestion 和 ai_risk_threshold SeaORM Entity

This commit is contained in:
iven
2026-05-01 08:05:42 +08:00
parent 577d2a32b1
commit 9b8307fbba
3 changed files with 57 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
pub mod ai_analysis;
pub mod ai_prompt;
pub mod ai_risk_threshold;
pub mod ai_suggestion;
pub mod ai_usage;