2023-05-20 11:39:34 +02:00
|
|
|
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.3
|
|
|
|
|
|
2023-05-28 19:50:55 +02:00
|
|
|
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;
|
2023-05-20 11:39:34 +02:00
|
|
|
pub use super::user::Entity as User;
|