using Seyounth.Hyosung.Data.Entities; namespace Seyounth.Hyosung.Core.Agv; public interface IHyosungAgvService { /// /// 入库 /// /// /// Task StorageAsync(string trayCode); Task UnBin(AgvBinEntity bin); }