API เรื่องร้องเรียน

This commit is contained in:
setthawutttty 2023-11-23 14:35:04 +07:00
parent 005cfd37c2
commit bd17556d3c
8 changed files with 312 additions and 276 deletions

View file

@ -11,29 +11,30 @@ interface FormData {
complaintFrom: string
appellant: string
documentFile: any | null
complaintStatus: string
status: string
rejectReason: string|null
persons: object|null
organizationId:string|null
fileList:object|null
disciplineComplaintDocs:object|null
}
interface ArrayPerson {
personId: string,//id อ้างอิง profile
idcard: string,//รหัสบัตรประชาชน
prefix: string,//คำนำหน้า
firstName: string,//ชื่อ
lastName: string,//นามสกุล
posNo: string,//เลขที่ตำแหน่ง
position: string,//ตำแหน่ง
positionLevel: string,//ระดับ
salary: number,//เงินเดือน
organization: string,//สังกัด
personId:string
idcard:string
name:string
prefix:string
firstName:string
lastName:string
posNo:string
position:string
positionLevel:string
salary:number|null
organization:string
}
interface ArrayFileList {
id:string
file:string
pathName:string
fileName:string
fileType:string
}
interface MyObjectComplaintsRef {
respondentType: object | null;