รายการประวัติการฝึกอบรม/ดูงานของข้าราชการกรุงเทพมหานครสามัญ => เพิ่ม interface
This commit is contained in:
parent
5c84afa6a8
commit
3531301713
3 changed files with 96 additions and 54 deletions
|
|
@ -165,6 +165,19 @@ interface DataTree {
|
|||
children: DataTree;
|
||||
}
|
||||
|
||||
interface ResHistory {
|
||||
citizenId: string;
|
||||
fullName: string;
|
||||
id: string;
|
||||
posExecutive: string;
|
||||
posLevel: string;
|
||||
posType: string;
|
||||
position: string;
|
||||
projectName: string;
|
||||
root: string;
|
||||
year: number;
|
||||
}
|
||||
|
||||
export type {
|
||||
ResGroup,
|
||||
ResLevel,
|
||||
|
|
@ -176,4 +189,5 @@ export type {
|
|||
ResRecord,
|
||||
DataStrategic,
|
||||
DataTree,
|
||||
ResHistory,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue