ปรับ dropdown บรรจุ
This commit is contained in:
parent
2175c11ad4
commit
2b99a1459e
8 changed files with 2048 additions and 456 deletions
|
|
@ -19,6 +19,8 @@ interface officerType {
|
|||
isActive: boolean;
|
||||
dateEnd: string;
|
||||
dateStart: string;
|
||||
|
||||
|
||||
}
|
||||
interface ResponseData {
|
||||
data: {
|
||||
|
|
@ -43,6 +45,7 @@ interface ResponseData {
|
|||
positionNumberOld: string;
|
||||
organizationPositionOld: string;
|
||||
isActive: boolean;
|
||||
dateRepatriation: Date
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -72,8 +75,8 @@ interface resHelpDetail {
|
|||
};
|
||||
};
|
||||
}
|
||||
export type {
|
||||
export type {
|
||||
officerType,
|
||||
ResponseData,
|
||||
resHelpDetail
|
||||
resHelpDetail
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue