5 lines
193 B
Rust
5 lines
193 B
Rust
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.12.15
|
|
|
|
pub use super::license::Entity as License;
|
|
pub use super::license_group::Entity as LicenseGroup;
|
|
pub use super::user::Entity as User;
|