公告板
版本库
filestore
活动
搜索
登录
main
/
wms_saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
# ycq 项目执行进度表0.0.1
whycq
2022-03-10
54095a376b9c0bfd84bec8a1cdd062b9f385c34a
[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);
}