hutongqing
2024-08-26 569e91c63636345391f741df049c9374a141a434
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/IConveyorLine.cs
@@ -15,6 +15,7 @@
 *----------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
using HslCommunication;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -73,6 +74,6 @@
        /// <typeparam name="T">任务命令对象的类型泛型</typeparam>
        /// <param name="command">任务命令</param>
        /// <returns></returns>
        bool SendCommand(DeviceCommand command, string deviceChildCode);
        bool SendCommand<T>(T command, string deviceChildCode) where T : IDataTransfer, new();
    }
}