12345678910111213141516171819202122232425262728 |
- 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.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; }
- }
- }
|