fix Code ทดลองปฏิบัติหน้าที่ราชการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-05 17:31:04 +07:00
parent 912cee1fc8
commit 8cbe4fd9c5
2 changed files with 165 additions and 150 deletions

View 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 };