PlcStatus.cs 303 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace HHECS.OPC
{
    class PlcStatus
    {
        public string Station { get; set; }
        public string Msg { get; set; }
        public DateTime Time { get; set; }
    }
}