自动化立体仓库 - WCS系统
pang.jiabao
2025-04-10 6c7c48a3aae8c15499fc087f8732c6964b857716
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.zy.core;
 
import com.zy.core.model.protocol.StaProtocol;
 
import java.util.Map;
 
public interface DevpThread extends ThreadHandler  {
 
    Map<Integer, StaProtocol> getStation();
 
    void setPakMk(Integer siteId, boolean pakMk);
 
}