mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
code refactor
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user