namespace SafeCampus.Application.Services.Business.DepartmentService; public class DepartmentSearch: BasePageInput { /// /// 院系名称 /// public string Name { get; set; } }