93b27a2307
在 procedure 外层捕获调用 identity 并显式传入事务 补齐素材归组持久表的迁移导入导出清单 修正 DDD 门禁注释解析并补齐编辑器 Agent 事件落位 同步后端架构约束与项目排障记忆
11 lines
151 B
Rust
11 lines
151 B
Rust
mod application;
|
|
mod commands;
|
|
mod domain;
|
|
mod errors;
|
|
mod events;
|
|
|
|
pub use application::*;
|
|
pub use commands::*;
|
|
pub use domain::*;
|
|
pub use errors::*;
|