mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
add transaction mcp handler
This commit is contained in:
@@ -8,6 +8,9 @@ import (
|
||||
"github.com/mayswind/ezbookkeeping/pkg/utils"
|
||||
)
|
||||
|
||||
const MaximumTagsCountOfTransaction = 10
|
||||
const MaximumPicturesCountOfTransaction = 10
|
||||
|
||||
// TransactionType represents transaction type
|
||||
type TransactionType byte
|
||||
|
||||
|
||||
Reference in New Issue
Block a user