6 lines
184 B
Rust
6 lines
184 B
Rust
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.20
|
|
|
|
pub use super::bookings::Entity as Bookings;
|
|
pub use super::courts::Entity as Courts;
|
|
pub use super::users::Entity as Users;
|