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.
|
|
|
# nladmin
|
|
|
|
|
|
|
|
## 公共查询方法
|
|
|
|
|
|
|
|
### 查询用户对应的仓库信息
|
|
|
|
- StIvtBsrealstorattrService#getStoreForUser(String userId)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 公共工具类
|
|
|
|
### String处理工具类
|
|
|
|
|
|
|
|
- 判断String中的空格并转换List<String>
|
|
|
|
org.nl.common.utils.StringDealUtils#splitString(String xxx)
|