รายการประวัติการฝึกอบรม/ดูงานของข้าราชการกรุงเทพมหานครสามัญ => เพิ่ม interface
This commit is contained in:
parent
5c84afa6a8
commit
3531301713
3 changed files with 96 additions and 54 deletions
|
|
@ -1,5 +1,5 @@
|
|||
interface DataOption {
|
||||
id: string;
|
||||
id: string | null;
|
||||
name: string;
|
||||
}
|
||||
|
||||
|
|
@ -89,6 +89,18 @@ interface FormProjectDetail {
|
|||
strategyChildActualNode: number | null; //node ยุทธศาสตร์เป้าหมายตามจริง
|
||||
}
|
||||
|
||||
interface DataHistory {
|
||||
citizenId: string;
|
||||
id: string;
|
||||
level: string;
|
||||
name: string;
|
||||
position: string;
|
||||
positionSide: string;
|
||||
projectName: string;
|
||||
type: string;
|
||||
year: number;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionCheckBox,
|
||||
|
|
@ -99,4 +111,5 @@ export type {
|
|||
ItemsDownload,
|
||||
FormProjectDetail,
|
||||
DataOptionTechnique,
|
||||
DataHistory,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue