WcsMotOpcItemStatusSearchMd.cs 553 B

123456789101112131415161718
  1. using NXWMS.Client.Model.AppModels.Condition.Common;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. namespace NXWMS.Client.Model.AppModels.Condition.Monitor
  7. {
  8. public class WcsMotOpcItemStatusSearchMd : DataPageMd
  9. {
  10. public string DevTypeMsg { get; set; }
  11. public string DevMsg { get; set; }
  12. public string OpcGroupMsg { get; set; }
  13. public string OpcItemMsg { get; set; }
  14. public string PlcMsg { get; set; }
  15. public string OpcItemTypeMsg { get; set; }
  16. }
  17. }