Initial commit
This commit is contained in:
4
backend/entity/prelude.rs
Normal file
4
backend/entity/prelude.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.0
|
||||
|
||||
pub use super::access_log::Entity as AccessLog;
|
||||
pub use super::file::Entity as File;
|
||||
Reference in New Issue
Block a user