app/src/entity/prelude.rs

7 lines
281 B
Rust
Raw Normal View History

2022-02-03 21:55:10 +00:00
//! SeaORM Entity. Generated by sea-orm-codegen 0.5.0
pub use super::application::Entity as Application;
pub use super::application_category::Entity as ApplicationCategory;
pub use super::bookmark::Entity as Bookmark;
pub use super::bookmark_category::Entity as BookmarkCategory;