#
Junjie
2025-03-18 e5650ad799b060414fabbec43039f197c02ee19f
1
2
3
4
5
6
7
8
9
10
11
package com.zy.asrs.wcs.rcs.service;
 
import com.zy.asrs.wcs.rcs.model.protocol.ShuttleProtocol;
 
import java.util.List;
 
public interface ShuttleService {
 
    List<ShuttleProtocol> getShuttleStatusList(Long hostId);
 
}