namespace VberZero.AppService.Base.Dto; public interface IMultiSearchDto { string KeyField { get; set; } string KeyWords { get; set; } int FieldType { get; set; } int ExpType { get; set; } bool HasUse { get; set; } }