| 123456789101112131415161718192021 |
- 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
- {
- /// <summary>
- /// 筛选条件 公司/部门/岗位/用户
- /// </summary>
- public string ScreeningCriteria { get; set; }
- }
- }
|