feat: add transaction tag rel model

This commit is contained in:
brian
2025-09-21 22:56:46 +08:00
parent a34dbc60c4
commit 7e5e9cb32f
10 changed files with 106 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.11
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.16
pub mod prelude;
@@ -7,3 +7,4 @@ pub mod book;
pub mod category;
pub mod tag;
pub mod transaction;
pub mod transaction_tag_rel;