แก้ฟิล

This commit is contained in:
setthawutttty 2023-12-15 13:47:26 +07:00
parent 1d4ca69130
commit 041bdab0f7
5 changed files with 67 additions and 17 deletions

View file

@ -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 {