migrate retirehistory

This commit is contained in:
Kittapath 2023-08-03 12:53:33 +07:00
parent 0bf0386863
commit df9c2204d8
12 changed files with 12507 additions and 38 deletions

View file

@ -76,12 +76,13 @@
#region " Retirement "
public static readonly string InvalidRetirementRequest = "ไม่พบข้อมูลการประกาศเกษียณอายุราชการ";
public static readonly string InvalidRetirementHistoryRequest = "ไม่พบข้อมูลประวัติการประกาศเกษียณอายุราชการ";
#endregion
#region " Command "
public static readonly string CommandNotFound = "ไม่พบรายการคำสั่งนี้ในระบบ โปรดตรวจความถูกต้อง";
#endregion
}