add transaction mcp handler

This commit is contained in:
MaysWind
2025-07-06 22:03:26 +08:00
parent 6da42686a9
commit 5a1b649011
6 changed files with 608 additions and 8 deletions
+3
View File
@@ -8,6 +8,9 @@ import (
"github.com/mayswind/ezbookkeeping/pkg/utils"
)
const MaximumTagsCountOfTransaction = 10
const MaximumPicturesCountOfTransaction = 10
// TransactionType represents transaction type
type TransactionType byte