Rename file

This commit is contained in:
Chris Tsang 2021-06-12 18:13:12 +08:00
parent f64f947f21
commit b762325534
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
mod active_model;
mod base;
mod base_entity;
mod column;
mod identity;
mod model;
@ -8,7 +8,7 @@ mod primary_key;
mod relation;
pub use active_model::*;
pub use base::*;
pub use base_entity::*;
pub use column::*;
pub use identity::*;
pub use model::*;