11 lines
189 B
Rust
11 lines
189 B
Rust
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.16
|
|
|
|
pub mod prelude;
|
|
|
|
pub mod account;
|
|
pub mod book;
|
|
pub mod category;
|
|
pub mod tag;
|
|
pub mod transaction;
|
|
pub mod transaction_tag_rel;
|