pub mod user; pub mod permission; pub use user::Entity as User; pub use permission::Entity as Permission;