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
@@ -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;