บรรจุ => ช่วยราชการ, ส่งตัวกลับ
This commit is contained in:
parent
5a220774eb
commit
45d7189d92
6 changed files with 426 additions and 443 deletions
|
|
@ -2,5 +2,13 @@ interface DataOption {
|
|||
id: string;
|
||||
label: string;
|
||||
}
|
||||
interface FormProfile {
|
||||
id: string;
|
||||
avatar: string;
|
||||
fullName: string;
|
||||
position: string;
|
||||
positionLevel: string;
|
||||
organization: string;
|
||||
}
|
||||
|
||||
export type { DataOption };
|
||||
export type { DataOption, FormProfile };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue