AiPerformanceAnalysisDtos.cs 451 B

123456789101112131415161718192021
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace OASystem.Domain.Dtos.PersonnelModule
  7. {
  8. public class AiPerformanceAnalysisDtos
  9. {
  10. }
  11. public class AiPerformanceAnalysis_UserListDto: DtoBase
  12. {
  13. /// <summary>
  14. /// 筛选条件 公司/部门/岗位/用户
  15. /// </summary>
  16. public string ScreeningCriteria { get; set; }
  17. }
  18. }