genies_auth_admin 1.8.1

统一认证管理服务 - 用户、角色、权限、组织架构管理
Documentation
1
2
3
4
5
6
7
8
9
//! 领域层
//!
//! 包含实体、聚合根、领域事件和领域服务。

pub mod aggregate;
pub mod entity;
pub mod event;
pub mod repository;
pub mod service;