pass_manager/src/entity/prelude.rs

5 lines
151 B
Rust
Raw Normal View History

2023-04-23 17:54:16 +00:00
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.2
pub use super::account::Entity as Account;
pub use super::master_pass::Entity as MasterPass;