12345678910111213141516171819 |
- using NXWMS.Model.AppModels.Condition.Common;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace NXWMS.Model.AppModels.Condition.Monitor
- {
- public class WcsMotOpcItemStatusSearchMd : DataPageMd
- {
- public string DevTypeMsg { get; set; }
- public string DevMsg { get; set; }
- public string OpcGroupMsg { get; set; }
- public string OpcItemMsg { get; set; }
- public string PlcMsg { get; set; }
- public string OpcItemTypeMsg { get; set; }
- }
- }
|