WmsQaInspectionSearchMd.cs 1.0 KB

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