公告板
版本库
filestore
活动
搜索
登录
main
/
wms_saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
# ycq
whycq0520
2022-03-24
03b41fa7164bb7dc5a8bd17a06cfceed43e65617
[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);
}