123456789101112131415161718 |
- using NXWMS.Client.Model.AppModels.Condition.Common;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace NXWMS.Client.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; }
- }
- }
|