add method

This commit is contained in:
Looly
2021-01-25 20:52:19 +08:00
parent d57de90f66
commit 7525a9a2d1
4 changed files with 47 additions and 2 deletions

View File

@@ -18,6 +18,8 @@
* 【core 】 增加RadixUtilpr#260@Gitee
* 【core 】 BeanUtil.getFieldValue支持获取字段集合pr#254@Gitee
* 【core 】 DateConvert转换失败默认抛出异常issue#I2M5GN@Gitee
* 【http 】 HttpServerRequest增加getParam方法
* 【http 】 RootAction增加可选name参数返回指定文件名称
### Bug修复
* 【core 】 修复FileUtil.move以及PathUtil.copy等无法自动创建父目录的问题issue#I2CKTI@Gitee