API รับทุนการศึกษา/ฝึกอบรม
This commit is contained in:
parent
7c5cf3794b
commit
d42e421f14
8 changed files with 1912 additions and 178 deletions
|
|
@ -63,7 +63,7 @@ interface FormFollowOther {
|
|||
|
||||
interface FormAddHistory {
|
||||
id: string;
|
||||
name: string|null;
|
||||
name: string | null;
|
||||
prefix: string;
|
||||
rank: string;
|
||||
firstName: string;
|
||||
|
|
@ -82,7 +82,7 @@ interface FormAddHistory {
|
|||
|
||||
interface FormAddHistoryEmployee {
|
||||
id: string;
|
||||
name: string|null;
|
||||
name: string | null;
|
||||
prefix: string;
|
||||
rank: string;
|
||||
firstName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue