ขอโอน api ต่อแล้ว,ดาต้ายังไม่ครบ
This commit is contained in:
parent
1cbf5e3f06
commit
6fbc73300c
5 changed files with 307 additions and 277 deletions
38
src/modules/05_placement/interface/response/Transfer.ts
Normal file
38
src/modules/05_placement/interface/response/Transfer.ts
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
interface ResponseData {
|
||||
createdAt: Date;
|
||||
date: Date;
|
||||
id: string;
|
||||
isActive: boolean;
|
||||
organization: string;
|
||||
organizationPositionOld: string;
|
||||
posNo: string;
|
||||
position: string;
|
||||
positionLevel: string;
|
||||
positionLevelOld: string;
|
||||
positionNumberOld: string;
|
||||
positionTypeOld: string;
|
||||
reason: string;
|
||||
salary: number;
|
||||
status: string;
|
||||
}
|
||||
|
||||
interface TypeFile {
|
||||
fileName: string;
|
||||
pathName: string;
|
||||
}
|
||||
|
||||
interface ResponseDataDetail {
|
||||
createdAt: Date;
|
||||
date: Date;
|
||||
id: string;
|
||||
organization: string;
|
||||
organizationPositionOld: string;
|
||||
positionLevelOld: string;
|
||||
positionNumberOld: string;
|
||||
positionTypeOld: string;
|
||||
reason: string;
|
||||
salary: number;
|
||||
status: string;
|
||||
}
|
||||
|
||||
export type { ResponseData, ResponseDataDetail, TypeFile };
|
||||
Loading…
Add table
Add a link
Reference in a new issue