using SHJX.Service.Control.PortOperate.Interface; using SHJX.Service.ServerClient; namespace SHJX.Service.Control.PortOperate { public class TimerOperate : StorageOperateImp { /// /// 计时器 /// public TimerOperate(OptClient client) : base(client) { OpName = "Timer"; } } }