feat(ai): AiState + AiModule (ErpModule impl + 权限 + 路由骨架)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
pub mod dto;
|
||||
pub mod entity;
|
||||
pub mod error;
|
||||
pub mod handler;
|
||||
pub mod module;
|
||||
pub mod prompt;
|
||||
pub mod provider;
|
||||
pub mod sanitization;
|
||||
pub mod service;
|
||||
pub mod state;
|
||||
|
||||
pub use error::{AiError, AiResult};
|
||||
pub use module::AiModule;
|
||||
pub use state::AiState;
|
||||
|
||||
Reference in New Issue
Block a user