Add API
ส่งออกข้อมูลผู้มิสิทธื์สอบ ส่งออกข้อมูลผู้สอบผ่านภาค ก.
This commit is contained in:
parent
b8109e80ac
commit
b1f8c78ced
34 changed files with 5935 additions and 8 deletions
|
|
@ -18,6 +18,7 @@
|
|||
public static string PersonalCardIssue = "CusIDFrom";
|
||||
public static string PersonalCardExpireDate = "CusIDExpireDate";
|
||||
public static string ApplyDate = "DateTime";
|
||||
public static string PositionName = "PositionName";
|
||||
|
||||
// Address
|
||||
public static string Address = "Address";
|
||||
|
|
|
|||
|
|
@ -77,5 +77,10 @@ namespace BMA.EHR.Recruit.Service.Requests.Recruits
|
|||
/// หมายเหตุ
|
||||
/// </summary>
|
||||
public string? Note { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// วันที่ประกาศผลสอบ
|
||||
/// </summary>
|
||||
public DateTime? AnnouncementDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue