feat: 完善季度相关 API

1. 扩展枚举 Quarter
2. 参考 JDK 的 YearMonth,新增 YearQuarter
3. 添加 junit-jupiter-params 测试依赖,以便参数化测试
This commit is contained in:
zhouxy108
2025-03-23 15:57:13 +08:00
parent 099ea19c97
commit c60ee19ac0
5 changed files with 1943 additions and 0 deletions

View File

@@ -57,6 +57,12 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>