feat(ai): 添加 SeaORM Entity (ai_prompt/ai_analysis/ai_usage)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
iven
2026-04-25 13:52:47 +08:00
parent f0e7c4424a
commit af338e0a70
5 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
pub mod ai_analysis;
pub mod ai_prompt;
pub mod ai_usage;