1
This commit is contained in:
@@ -119,6 +119,7 @@ namespace Model
|
||||
public string PostType { get; set; }
|
||||
public bool? IsHsse { get; set; }
|
||||
public bool? IsCQMS { get; set; }
|
||||
public bool? IsCQMSCheck { get; set; }
|
||||
public string TeamGroupName { get; set; }
|
||||
public string WorkAreaName { get; set; }
|
||||
}
|
||||
|
||||
@@ -158,6 +158,13 @@ namespace Model{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 颁奖年份
|
||||
/// </summary>
|
||||
public DateTime? AwardYear
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user