自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-03-28 8fb3fb144cb2e640343e04725b8e373e48e7eed1
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.service;
 
import com.zy.asrs.entity.param.CombParam;
 
public interface MobileService {
 
    /**
     * 组托
     */
    void comb(CombParam param, Long userId);
 
}