add method for Tree

This commit is contained in:
Looly
2021-11-11 22:57:07 +08:00
parent bb1e4ba76a
commit ab1d8e84e4
4 changed files with 137 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
* 【http 】 增加HttpResourceissue#1943@Github
* 【http 】 增加BytesBody、FormUrlEncodedBody
* 【cron 】 TaskTable.remove增加返回值issue#I4HX3B@Gitee
* 【core 】 Tree增加filter、filterNew、cloneTree、hasChild方法issue#I4HFC6@Gitee
### 🐞Bug修复
* 【core 】 修复FileResource构造fileName参数无效问题issue#1942@Github