cooked/src/entities/prelude.rs

7 lines
271 B
Rust
Raw Normal View History

2024-10-22 15:18:23 +02:00
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.0
pub use super::recipe_ingeredients::Entity as RecipeIngeredients;
pub use super::recipe_steps::Entity as RecipeSteps;
pub use super::recipe_tags::Entity as RecipeTags;
pub use super::recipies::Entity as Recipies;