WmsOutPutDownSearchMd.cs 779 B

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