Alisa/crates/entity/src/prelude.rs

6 lines
193 B
Rust
Raw Normal View History

2024-07-05 15:15:09 +02:00
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.12.15
2024-07-09 18:50:42 +02:00
pub use super::license::Entity as License;
pub use super::license_group::Entity as LicenseGroup;
2024-07-05 15:15:09 +02:00
pub use super::user::Entity as User;