using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace QM.Exchange.Interface { /// /// 工作客户端信息 /// public class Worker:WorkerBase { /// /// 设备控制类型 remote:远程,local:本地 /// public string DeivceControlType { get; set; } } }