fix Code ทดลองปฏิบัติหน้าที่ราชการ
This commit is contained in:
parent
912cee1fc8
commit
8cbe4fd9c5
2 changed files with 165 additions and 150 deletions
47
src/modules/05_placement/interface/response/Probation.ts
Normal file
47
src/modules/05_placement/interface/response/Probation.ts
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
interface ResListProbation {
|
||||
firstName: string;
|
||||
idcard: string;
|
||||
lastName: string;
|
||||
name: string;
|
||||
order_number: string;
|
||||
ordering: number;
|
||||
organization: string;
|
||||
personal_id: string;
|
||||
position_level: string;
|
||||
position_line: string;
|
||||
position_type: string;
|
||||
prefixName: string;
|
||||
probation_no: number;
|
||||
probation_status: number;
|
||||
}
|
||||
|
||||
interface ResProfileProbation {
|
||||
firstName: string;
|
||||
id: string;
|
||||
idcard: string;
|
||||
isProbation: boolean;
|
||||
lastName: string;
|
||||
orgChild1: string;
|
||||
orgChild1Name: string;
|
||||
orgChild2: string;
|
||||
orgChild2Name: string;
|
||||
orgChild3: string;
|
||||
orgChild3Name: string;
|
||||
orgChild4: string;
|
||||
orgChild4Name: string;
|
||||
orgRootName: string;
|
||||
posExecutiveName: string;
|
||||
posLevelName: string;
|
||||
posNo: string;
|
||||
posTypeName: string;
|
||||
position: string;
|
||||
positionArea: string;
|
||||
positionExecutiveField: string;
|
||||
positionField: string;
|
||||
prefix: string;
|
||||
rank: string;
|
||||
refCommandNo: string;
|
||||
root: string;
|
||||
}
|
||||
|
||||
export type { ResListProbation, ResProfileProbation };
|
||||
Loading…
Add table
Add a link
Reference in a new issue