|
|
@@ -17,9 +17,13 @@ namespace OASystem.Domain.Dtos.PersonnelModule
|
|
|
/// </summary>
|
|
|
public string ScreeningCriteria { get; set; }
|
|
|
|
|
|
- public int Year { get; set; }
|
|
|
+ //年月改时间区间
|
|
|
+ //public int Year { get; set; }
|
|
|
|
|
|
- public int Month { get; set; }
|
|
|
+ //public int Month { get; set; }
|
|
|
+
|
|
|
+ public DateTime StartDate { get; set; }
|
|
|
+ public DateTime EndDate { get; set; }
|
|
|
|
|
|
public int UserId { get; set; }
|
|
|
}
|