ปรับหน้ารายการช่วยราชการ
This commit is contained in:
parent
7af4eb7a45
commit
e9e618ad41
3 changed files with 79 additions and 14 deletions
|
|
@ -19,7 +19,9 @@ interface officerType {
|
|||
isActive: boolean;
|
||||
dateEnd: string;
|
||||
dateStart: string;
|
||||
dateRepatriation: Date
|
||||
dateRepatriation: Date;
|
||||
posTypeName?: string;
|
||||
posLevelName?: string;
|
||||
}
|
||||
interface ResponseData {
|
||||
data: {
|
||||
|
|
@ -44,7 +46,7 @@ interface ResponseData {
|
|||
positionNumberOld: string;
|
||||
organizationPositionOld: string;
|
||||
isActive: boolean;
|
||||
dateRepatriation: Date
|
||||
dateRepatriation: Date;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -74,8 +76,4 @@ interface resHelpDetail {
|
|||
};
|
||||
};
|
||||
}
|
||||
export type {
|
||||
officerType,
|
||||
ResponseData,
|
||||
resHelpDetail
|
||||
};
|
||||
export type { officerType, ResponseData, resHelpDetail };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue