WmsOutPutDownSearchMd.cs 763 B

12345678910111213141516171819202122
  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.OutStock
  7. {
  8. public class WmsOutPutDownSearchMd : DataPageMd
  9. {
  10. public string PutdownNoMsg { get; set; }
  11. public string PalletNoMsg { get; set; }
  12. public string SBinMsg { get; set; }
  13. public string PutdownTypeMsg { get; set; }
  14. public string PutdownStatusMsg { get; set; }
  15. public string MaterielMsg { get; set; }
  16. public string BatchNoMsg { get; set; }
  17. public string SupplierMsg { get; set; }
  18. public string StartCreatTimeMsg { get; set; }
  19. public string EndCreatTimeMsg { get; set; }
  20. }
  21. }