api โครงสร้างลูกจ้าง

This commit is contained in:
Kittapath 2023-07-13 09:01:47 +07:00
parent 1c99718a30
commit 25f0fb06c1
25 changed files with 14453 additions and 1 deletions

View file

@ -59,5 +59,9 @@
public static readonly string CertificateNotFound = "ไม่พบข้อมูลใบประกอบอาชีพ";
public static readonly string EducationNotFound = "ไม่พบข้อมูลประวัติการศึกษา";
#endregion
#region " OrganizationEmployee "
public static readonly string OrganizationEmployeeNotFound = "ไม่พบข้อมูลโครงสร้างตำแหน่งลูกจ้าง";
#endregion
}
}