regalade/src/entity/prelude.rs

9 lines
358 B
Rust
Raw Normal View History

//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.3
pub use super::household::Entity as Household;
pub use super::household_members::Entity as HouseholdMembers;
2023-05-29 21:00:40 +02:00
pub use super::ingredient::Entity as Ingredient;
2023-06-22 22:29:22 +02:00
pub use super::recipe::Entity as Recipe;
pub use super::recipe_ingerdients::Entity as RecipeIngerdients;
pub use super::user::Entity as User;