add copyToList

This commit is contained in:
Looly
2021-04-20 12:09:03 +08:00
parent feefd22997
commit 591d01a5dc
2 changed files with 23 additions and 1 deletions

View File

@@ -3,13 +3,14 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.4 (2021-04-19)
# 5.6.4 (2021-04-20)
### 新特性
* 【core 】 DatePattern补充DateTimeFormatterpr#308@Gitee
* 【core 】 DateUtil.compare增加支持给定格式比较pr#310@Gitee
* 【core 】 BeanUtil增加edit方法issue#I3J6BG@Gitee
* 【db 】 Column中加入columnDef字段默认值issue#I3J6BG@Gitee
* 【core 】 BeanUtil增加copyToList方法issue#1526@Github
### Bug修复
* 【db 】 修复SQL分页时未使用别名导致的错误同时count时取消order by子句issue#I3IJ8X@Gitee