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