namespace SafeCampus.Application.Services.Business.PersonSetInfoService; public class PersonSetInfoSearch : BasePageInput { /// /// 专业id /// public long? MajorId { get; set; } /// /// 班级id /// public string SetName { get; set; } }