mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
code refactor
This commit is contained in:
@@ -19,7 +19,7 @@ export class FiscalYearStart {
|
||||
31 // December
|
||||
];
|
||||
|
||||
public readonly month: number;
|
||||
public readonly month: number; // 1-based (1 = January, 12 = December)
|
||||
public readonly day: number;
|
||||
public readonly value: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user