using NXWMS.Model.AppModels.Condition.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NXWMS.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; } } }