รายการช่วยราชการ
This commit is contained in:
parent
f5a1af8d53
commit
5358cc3d08
5 changed files with 1029 additions and 1 deletions
23
src/modules/05_placement/interface/response/officer.ts
Normal file
23
src/modules/05_placement/interface/response/officer.ts
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
interface officerType {
|
||||
no:number,
|
||||
id: string,
|
||||
prefix: string,
|
||||
firstName: string,
|
||||
lastName: string,
|
||||
position: string,
|
||||
posNo: string,
|
||||
positionLevel: string,
|
||||
createdAt: Date,
|
||||
organization: string,
|
||||
reason: string,
|
||||
status: string,
|
||||
date: Date,
|
||||
salary: number,
|
||||
positionTypeOld: string,
|
||||
positionLevelOld: string,
|
||||
positionNumberOld: string,
|
||||
organizationPositionOld: string,
|
||||
isActive: true
|
||||
}
|
||||
|
||||
export type { officerType};
|
||||
Loading…
Add table
Add a link
Reference in a new issue