fix: 入库单据分页查询

This commit is contained in:
2025-06-18 19:24:44 +08:00
parent 688812228a
commit 8347612283
9 changed files with 300 additions and 4 deletions

View File

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