แก้ฟิล
This commit is contained in:
parent
1d4ca69130
commit
041bdab0f7
5 changed files with 67 additions and 17 deletions
|
|
@ -31,6 +31,8 @@ interface RowAddList {
|
|||
profileId:string
|
||||
fullname:string
|
||||
citizenId:string
|
||||
oc:string
|
||||
position:string
|
||||
}
|
||||
|
||||
interface EditDataList {
|
||||
|
|
@ -45,6 +47,8 @@ interface EditDataList {
|
|||
fullname: string
|
||||
citizenId: string
|
||||
profileId: string
|
||||
oc: string
|
||||
position: string
|
||||
lastUpdatedAt: string
|
||||
historyStatus: object | null
|
||||
disciplineComplaint_Appeal_Docs: object | null
|
||||
|
|
@ -52,6 +56,7 @@ interface EditDataList {
|
|||
|
||||
interface HistoryStatusType {
|
||||
status: string
|
||||
createdFullName: string
|
||||
createdAt: Date
|
||||
}
|
||||
interface FileObType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue