add method

This commit is contained in:
Looly
2021-08-11 18:24:51 +08:00
parent 25e10f04d1
commit 6bf77fd36a
2 changed files with 21 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
* 【poi 】 增加CellSetter可以自定义单元格值写出
* 【poi 】 CsvReader增加readFromStrpr#1755@Github
* 【socket 】 SocketUtil增加connection方法
* 【extra 】 JschUtil增加bindPort重载方法issue#I44UTH@Github
### 🐞Bug修复
* 【core 】 改进NumberChineseFormatter算法补充完整单元测试解决零问题