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

@@ -1,3 +1,4 @@
pub mod entity;
pub mod error;
pub use error::{AiError, AiResult};