You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fast-insiders/server/src/model/prelude.rs

6 lines
223 B

//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.0
pub use super::company::Entity as Company;
pub use super::in_process_transaction::Entity as InProcessTransaction;
pub use super::transaction::Entity as Transaction;