รายชื่อผู้สอบในรอบ => วันที่รายงานตัว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-06 14:59:08 +07:00
parent f3d8aac352
commit 6df41b9881
3 changed files with 133 additions and 3 deletions

View file

@ -60,6 +60,8 @@ export default {
// clear Position
clearPosition: (personalId: string) =>
`${placement}/position/clear/${personalId}`,
clearDate: (personalId: string) =>
`${placement}/date/update/${personalId}`,
// Document
documentByid: (personalId: string) => `${placement}/doc/${personalId}`,
documentDelid: (personalId: string, docid: string) =>