using Common.Entity; namespace djy.Model.IsfDto { public class ISFQuery : PageEntity { /// /// 提单号 /// public string MBLNO { get; set; } public string InFoType { get; set; } /// /// 申报状态 /// public string ReportState { get; set; } } }