using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OASystem.Domain.Dtos.PersonnelModule { public class AiPerformanceAnalysisDtos { } public class AiPerformanceAnalysis_UserListDto: DtoBase { /// /// 筛选条件 公司/部门/岗位/用户 /// public string ScreeningCriteria { get; set; } } }