using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WCS.Application; public interface IPlcDeviceHub { /// /// 下发设备信息 /// /// /// Task PublicPlcDevice(WcsDeviceOutput context); }