18 lines
400 B
Markdown
18 lines
400 B
Markdown
# nladmin
|
|
|
|
## 公共查询方法
|
|
|
|
### 查询用户对应的仓库信息
|
|
- StIvtBsrealstorattrService#getStoreForUser(String userId)
|
|
|
|
|
|
|
|
|
|
## 公共工具类
|
|
### String处理工具类
|
|
|
|
- 判断String中的空格并转换List<String>
|
|
org.nl.common.utils.StringDealUtils#splitString(String input)
|
|
- Stream的map操作
|
|
org.nl.common.utils.CollectionUtils#mapList(Collection<T> from, Function<T, U> func)
|