自动化立体仓库 - WCS系统
zhangc
2025-03-17 85b44e1c21da95773e2e748f4013d867f63ca124
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.zy.asrs.service;
 
import com.zy.asrs.entity.TaskWrk;
import com.zy.asrs.entity.wms.StorageEscalationParam;
import com.zy.asrs.entity.wms.WmsResult;
 
public interface ToWmsService {
 
    void addReportLog(TaskWrk taskWrk);
 
    TaskWrk getLocNoFromWms(StorageEscalationParam wmsParam);
 
}