ResPlaceholderTask.cs 326 Bytes
namespace RCS.Model.WebApi.Respose
{
    public class ResPlaceholderTask
    {
        /// <summary>
        /// 站台编号
        /// </summary>
        public string StationCode { get; set; }
        /// <summary>
        /// 占用信息
        /// </summary>
        public string Placeholder { get; set; }
    }
}