CsvWriter.writeBeans增加重载,可选是否写出表头

This commit is contained in:
Looly
2024-06-14 01:30:09 +08:00
parent ab941a6e27
commit 682cf265c4
2 changed files with 17 additions and 15 deletions

View File

@@ -9,6 +9,7 @@
* 【core 】 ListUtil增加move方法issue#3603@Github
* 【core 】 CollUtil.subtract增加空判定issue#3605@Github
* 【core 】 优化DateUtil.format(Date date, String format)接口效率pr#1226@Gitee
* 【csv 】 CsvWriter.writeBeans增加重载可选是否写出表头issue#IA57W2@Gitee
### 🐞Bug修复
* 【core 】 修复AnnotationUtil可能的空指针错误