using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WCS.Entity.Protocol
{
///
/// 站台状态
///
public class WCS_STATIONSTATUSDATA : WCS_PROTOCOLDATA, IStationStatus
{
///
/// 标记
///
public StatusFlags Flags { get; set; }
}
}