Files
Kurt_kalendar/ht_booking/src/models/_entities/prelude.rs
2026-05-16 00:02:39 +02:00

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;