12345678910111213141516171819202122 |
- using NXWMS.Client.Model.AppModels.Condition.Common;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace NXWMS.Client.Model.AppModels.Condition.OutStock
- {
- public class WmsOutPutDownSearchMd : DataPageMd
- {
- public string PutdownNoMsg { get; set; }
- public string PalletNoMsg { get; set; }
- public string SBinMsg { get; set; }
- public string PutdownTypeMsg { get; set; }
- public string PutdownStatusMsg { get; set; }
- public string MaterielMsg { get; set; }
- public string BatchNoMsg { get; set; }
- public string SupplierMsg { get; set; }
- public string StartCreatTimeMsg { get; set; }
- public string EndCreatTimeMsg { get; set; }
- }
- }
|