เรื่องร้องเรียน
This commit is contained in:
parent
e9b7cddf09
commit
7f3dfafe33
11 changed files with 539 additions and 342 deletions
|
|
@ -1,41 +1,42 @@
|
|||
interface DataListRow {
|
||||
subject: string
|
||||
detail: string
|
||||
complainant: string
|
||||
offenseDescription: string
|
||||
creationDate: string | null
|
||||
considerationLevel: string
|
||||
considerationDeadlineDate: string | null
|
||||
id:string
|
||||
title: string
|
||||
description: string
|
||||
respondent: string
|
||||
descMistake: string
|
||||
createdAt: string
|
||||
devLevel: string
|
||||
considerationDate: string
|
||||
complaintStatus: string
|
||||
}
|
||||
interface DataAdd {
|
||||
id:string
|
||||
cardId:string
|
||||
fullName:string
|
||||
idcard:string
|
||||
name:string
|
||||
position:string
|
||||
level:string
|
||||
degree:string
|
||||
oc:string
|
||||
positionLevel:string
|
||||
educationQualification:string
|
||||
organization:string
|
||||
}
|
||||
interface DataAddResponse {
|
||||
id:string
|
||||
cardId:string
|
||||
prefix:string
|
||||
firstName:string
|
||||
lastName:string
|
||||
idcard:string
|
||||
name:string
|
||||
position:string
|
||||
level:string
|
||||
degree:string
|
||||
oc:string
|
||||
positionLevel:string
|
||||
educationQualification:string
|
||||
organization:string
|
||||
}
|
||||
interface DataList {
|
||||
id:string
|
||||
subject: string
|
||||
detail: string
|
||||
complainant: string
|
||||
offenseDescription: string
|
||||
creationDate: Date
|
||||
considerationLevel: string
|
||||
considerationDeadlineDate: Date
|
||||
title: string
|
||||
description: string
|
||||
respondent: string
|
||||
descMistake: string
|
||||
createdAt: Date
|
||||
devLevel: string
|
||||
considerationDate: Date
|
||||
complaintStatus: string
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue