implement account and account category services with CRUD operations

This commit is contained in:
GW_MC
2026-05-26 09:51:10 +00:00
parent 8e3c46de33
commit 19219d56f4
6 changed files with 491 additions and 0 deletions

View File

@@ -22,4 +22,10 @@ tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
async-trait = "0.1.89"
decimal = "2.1.0"
sea-orm.workspace = true
migration = { path = "../crates/migration" }
chrono.workspace = true