印尼海亮一期
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.
 
 
 
 
 
张东升 07c0ef98f6 opt:优化代码 12 hours ago
..
src opt:优化代码 12 hours ago
README.en.md 提交2025-05-19版本 1 month ago
README.md opt: 出库全部分配(wql改mp) 13 hours ago
pom.xml 提交2025-05-19版本 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)