公告板
版本库
filestore
活动
搜索
登录
main
/
wms_saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://47.97.1.152:5880/r/wms_saas
wang..123
2022-03-22
46607139e955ca266e24bd8561bca1f93a650178
[wms_saas.git]
/
src
/
main
/
java
/
zy
/
cloud
/
wms
/
pda
/
service
/
MobileService.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package zy.cloud.wms.pda.service;
import zy.cloud.wms.pda.entity.CombParam;
public interface MobileService {
/**
* 组托
* @param param
*/
void comb(CombParam param, Long userId, Long hostId);
}