1 2 3 4 5 6 7 8 9 10 11 12
//! SeaORM Entity. Generated by sea-orm-codegen 0.4.0
pub use super::admin::Entity as Admin;
pub use super::burrow::Entity as Burrow;
pub use super::content_post::Entity as ContentPost;
pub use super::content_reply::Entity as ContentReply;
pub use super::image::Entity as Image;
pub use super::user::Entity as User;
pub use super::user_collection::Entity as UserCollection;
pub use super::user_follow::Entity as UserFollow;
pub use super::user_like::Entity as UserLike;
pub use super::user_status::Entity as UserStatus;