Merge branch 'develop' into warunee-dev
# Conflicts: # src/modules/11_discipline/store/ComplaintsStore.ts
This commit is contained in:
commit
a6dfc53ef5
17 changed files with 745 additions and 442 deletions
78
src/modules/11_discipline/interface/response/suspend.ts
Normal file
78
src/modules/11_discipline/interface/response/suspend.ts
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
interface listData{
|
||||
id: string
|
||||
citizenId: string
|
||||
prefix: string
|
||||
firstName: string
|
||||
lastName: string
|
||||
organization: string
|
||||
position: string
|
||||
posNo: string
|
||||
positionLevel: string
|
||||
salary: number
|
||||
status: string
|
||||
descriptionSuspend: string
|
||||
startDateSuspend: Date,
|
||||
endDateSuspend: Date,
|
||||
title: string
|
||||
offenseDetails: string
|
||||
disciplinaryFaultLevel: string
|
||||
disciplinaryCaseFault: string
|
||||
}
|
||||
|
||||
interface dataType{
|
||||
id: string
|
||||
citizenId: string
|
||||
name:string
|
||||
prefix: string
|
||||
firstName: string
|
||||
lastName: string
|
||||
organization: string
|
||||
position: string
|
||||
posNo: string
|
||||
positionLevel: string
|
||||
salary: number
|
||||
status: string
|
||||
statusEn: string
|
||||
descriptionSuspend: string
|
||||
dateTotal:string
|
||||
startDateSuspend: Date,
|
||||
endDateSuspend: Date,
|
||||
title: string
|
||||
offenseDetails: string
|
||||
disciplinaryFaultLevel: string
|
||||
disciplinaryCaseFault: string
|
||||
}
|
||||
|
||||
interface dataDetail{
|
||||
id: string
|
||||
citizenId: string
|
||||
avataPath:string
|
||||
name:string
|
||||
prefix: string
|
||||
firstName: string
|
||||
lastName: string
|
||||
organization: string
|
||||
position: string
|
||||
posNo: string
|
||||
positionLevel: string
|
||||
salary: number
|
||||
status: string
|
||||
descriptionSuspend: string
|
||||
startDateSuspend: Date|null
|
||||
endDateSuspend: Date|null
|
||||
title: string
|
||||
offenseDetails: string
|
||||
disciplinaryFaultLevel: string
|
||||
disciplinaryCaseFault: string
|
||||
}
|
||||
|
||||
interface DataOption {
|
||||
id:string
|
||||
name:string
|
||||
}
|
||||
export type {
|
||||
listData,
|
||||
dataType,
|
||||
dataDetail,
|
||||
DataOption
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue