ปรับ เรื่องร้องเรียน
This commit is contained in:
parent
cc2e45666e
commit
facadbd837
6 changed files with 73 additions and 14 deletions
|
|
@ -2,12 +2,12 @@ interface DataListRow {
|
|||
id: string;
|
||||
personId: string;
|
||||
title: string;
|
||||
dateReceived: string;
|
||||
dateReceived: string|null;
|
||||
respondentType: string;
|
||||
offenseDetails: string;
|
||||
createdAt: string;
|
||||
levelConsideration: string;
|
||||
dateConsideration: string;
|
||||
dateConsideration: string |null;
|
||||
status: string;
|
||||
}
|
||||
interface DataAdd {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue