using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareSda { //Station地址类 public class StationDBForWrite { #region 写入的Station信息 /// /// 心跳 /// [Description("心跳")] public string W_HandShake { get; set; } #region 写的站点 public List W_StationForWriteCommList { get; set; } #endregion #endregion } }