WcsAgvCmdSearchMd.cs 862 B

12345678910111213141516171819202122232425
  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.WmsTask
  7. {
  8. public class WcsAgvCmdSearchMd : DataPageMd
  9. {
  10. public string TaskNo { get; set; }
  11. public string CmdNo { get; set; }
  12. public string PalletNo { get; set; }
  13. public string TrayLoadedMsg { get; set; }
  14. public string TaskType { get; set; }
  15. public string TaskStatus { get; set; }
  16. public string AgvDevMsg { get; set; }
  17. public string SLocNo { get; set; }
  18. public string ELocNo { get; set; }
  19. public string SAgvLocNo { get; set; }
  20. public string EAgvLocNo { get; set; }
  21. public string StartCreateTime { get; set; }
  22. public string EndCreateTime { get; set; }
  23. }
  24. }