WcsMotOpcItemStatusSearchMd.cs 569 B

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