Skip to main content

tdm_server_rust/sea_entity/
prelude.rs

1//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.20
2
3pub use super::authortb::Entity as Authortb;
4pub use super::dev_error_log::Entity as DevErrorLog;
5pub use super::editor_page::Entity as EditorPage;
6pub use super::editor_unit::Entity as EditorUnit;
7pub use super::episode_role_taker::Entity as EpisodeRoleTaker;
8pub use super::evaluation::Entity as Evaluation;
9pub use super::glossary::Entity as Glossary;
10pub use super::invitationcode::Entity as Invitationcode;
11pub use super::magazine::Entity as Magazine;
12pub use super::manga_benefit::Entity as MangaBenefit;
13pub use super::mangaauthor::Entity as Mangaauthor;
14pub use super::mangacollect::Entity as Mangacollect;
15pub use super::mangaepisodedetail::Entity as Mangaepisodedetail;
16pub use super::mangaepisodetb::Entity as Mangaepisodetb;
17pub use super::mangamagazine::Entity as Mangamagazine;
18pub use super::mangastationed::Entity as Mangastationed;
19pub use super::mangatb::Entity as Mangatb;
20pub use super::memberpost::Entity as Memberpost;
21pub use super::membertb::Entity as Membertb;
22pub use super::operate_log::Entity as OperateLog;
23pub use super::oss::Entity as Oss;
24pub use super::post::Entity as Post;
25pub use super::questionnaire::Entity as Questionnaire;
26pub use super::rewardrecordtb::Entity as Rewardrecordtb;
27pub use super::rewardtb::Entity as Rewardtb;
28pub use super::rewardticketnumbertb::Entity as Rewardticketnumbertb;
29pub use super::rewardtickettb::Entity as Rewardtickettb;
30pub use super::rewardtickettransferlog::Entity as Rewardtickettransferlog;
31pub use super::workreminder::Entity as Workreminder;