平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DepartmentSearch.cs 217 B

123456789
  1. namespace SafeCampus.Application.Services.Business.DepartmentService;
  2. public class DepartmentSearch: BasePageInput
  3. {
  4. /// <summary>
  5. /// 院系名称
  6. /// </summary>
  7. public string Name { get; set; }
  8. }