StationMonitorBean.cs 302 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace HH_WCS_Standard
{
    public class StationMonitorBean
    {
        public string port { get; set; } //站台
        public string status { get; set; }  //状态

    }
}