This commit is contained in:
2022-10-22 16:46:45 +05:30
parent 44f9a8b15f
commit 2143923ee8
20 changed files with 409 additions and 229 deletions

View File

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