namespace VirtualConveyor.HeartBeat.Entity { public class OpcReadItem { /// /// 服务器心跳 /// public string ServerHeartBeat { get; set; } } }