code refactor

This commit is contained in:
MaysWind
2025-06-09 00:29:29 +08:00
parent ee47ee91c3
commit 2c730b3e25
16 changed files with 210 additions and 133 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export interface TransactionTotalAmount {
export interface TransactionMonthList {
readonly year: number;
readonly month: number;
readonly month: number; // 1-based (1 = January, 12 = December)
readonly yearMonth: string;
opened: boolean;
readonly items: Transaction[];