WmsQaInspectionSearchMd.cs 1.0 KB

123456789101112131415161718192021222324252627
  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.Inspection
  7. {
  8. public class WmsQaInspectionSearchMd : DataPageMd
  9. {
  10. public string InspectionNoMsg { get; set; }
  11. public string MaterielTypeMsg { get; set; }
  12. public string MaterielMsg { get; set; }
  13. public string InspectionStatusMsg { get; set; }
  14. public string InspectionTypeMsg { get; set; }
  15. public string InspectionResultMsg { get; set; }
  16. public string BillNoMsg { get; set; }
  17. public string RegionNoMsg { get; set; }
  18. public string BinNoMsg { get; set; }
  19. public string PalletNoMsg { get; set; }
  20. public string SupplierMsg { get; set; }
  21. public string StartCreateMsg { get; set; }
  22. public string EndCreateMsg { get; set; }
  23. public string StartInspectionTimeMsg { get; set; }
  24. public string EndInspectionTimeMsg { get; set; }
  25. }
  26. }