自动化立体仓库 - WCS系统
#
LSH
2023-11-10 62b9fa3e8696252c931769ef742a95edfd6597c7
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.service;
 
import com.zy.asrs.entity.param.taskCreateParam;
 
public interface OpenService {
 
    //创建任务
    void taskCreate(taskCreateParam param);
 
}