using System.ComponentModel.DataAnnotations; namespace SafeCampus.Web.Core.Controllers.Application.Violation; public class SummarySeach { /// /// 搜索条件 /// public SearchType? SearchType { get; set; } /// /// 人员id /// public string Id { get; set; } }