This commit is contained in:
2022-10-02 13:15:41 +05:30
parent e624ff4807
commit f2fad5fbba
13 changed files with 252 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.2
pub use super::book::Entity as Book;
pub use super::book_author::Entity as BookAuthor;
pub use super::book_person::Entity as BookPerson;
pub use super::book_place::Entity as BookPlace;
pub use super::book_subject::Entity as BookSubject;
pub use super::book_time::Entity as BookTime;