using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WCS.Application; public interface IPlcDeviceHub { /// <summary> /// 下å‘è®¾å¤‡ä¿¡æ¯ /// </summary> /// <param name="context"></param> /// <returns></returns> Task PublicPlcDevice(WcsDeviceOutput context); }