fixing column บรรจุ แต่งตั้ง ย้าย
This commit is contained in:
parent
bb2d03e499
commit
9cde68ab4f
74 changed files with 620 additions and 626 deletions
|
|
@ -10,7 +10,7 @@ interface ResponseData {
|
|||
organizationPositionOld: string;
|
||||
posNo: string;
|
||||
position: string;
|
||||
positionLevel: string;
|
||||
positionLevel?: string;
|
||||
positionLevelOld: string;
|
||||
positionNumberOld: string;
|
||||
positionTypeOld: string;
|
||||
|
|
@ -20,6 +20,9 @@ interface ResponseData {
|
|||
status: string;
|
||||
fullname: string;
|
||||
statustext: string;
|
||||
positionOld?: string;
|
||||
posTypeNameOld?: string;
|
||||
posLevelNameOld?: string;
|
||||
}
|
||||
|
||||
interface TypeFile {
|
||||
|
|
@ -44,9 +47,8 @@ interface ResponseDataDetail {
|
|||
fullname: string;
|
||||
}
|
||||
interface rowFile {
|
||||
no: number
|
||||
fileName: string
|
||||
pathName: string
|
||||
|
||||
no: number;
|
||||
fileName: string;
|
||||
pathName: string;
|
||||
}
|
||||
export type { ResponseData, ResponseDataDetail, TypeFile ,rowFile};
|
||||
export type { ResponseData, ResponseDataDetail, TypeFile, rowFile };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue