123456789101112131415161718192021222324252627 |
- 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.Inspection
- {
- public class WmsQaInspectionSearchMd : DataPageMd
- {
- public string InspectionNoMsg { get; set; }
- public string MaterielTypeMsg { get; set; }
- public string MaterielMsg { get; set; }
- public string InspectionStatusMsg { get; set; }
- public string InspectionTypeMsg { get; set; }
- public string InspectionResultMsg { get; set; }
- public string BillNoMsg { get; set; }
- public string RegionNoMsg { get; set; }
- public string BinNoMsg { get; set; }
- public string PalletNoMsg { get; set; }
- public string SupplierMsg { get; set; }
- public string StartCreateMsg { get; set; }
- public string EndCreateMsg { get; set; }
- public string StartInspectionTimeMsg { get; set; }
- public string EndInspectionTimeMsg { get; set; }
- }
- }
|