namespace Seyounth.Hyosung.Core.Agv; public interface IHyosungAgvService { /// /// 入库 /// /// /// Task StorageAsync(string trayCode); }