You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 hours ago | |
---|---|---|
.. | ||
src | 12 hours ago | |
README.en.md | 1 month ago | |
README.md | 13 hours ago | |
pom.xml | 1 month ago |
README.md
nladmin
公共查询方法
查询用户对应的仓库信息
- StIvtBsrealstorattrService#getStoreForUser(String userId)
公共工具类
String处理工具类
- 判断String中的空格并转换List org.nl.common.utils.StringDealUtils#splitString(String input)
- Stream的map操作 org.nl.common.utils.CollectionUtils#mapList(Collection from, Function<T, U> func)