- คำสั่ง เพิ่ม get เรื่องร้องเรียน
- แก้ bug
This commit is contained in:
parent
53cd8e593c
commit
79288c80f5
5 changed files with 111 additions and 20 deletions
|
|
@ -5,7 +5,7 @@ interface ResponseData {
|
|||
personalId: string;
|
||||
selectStatus: boolean;
|
||||
sequence: number;
|
||||
refRecordId: string
|
||||
refRecordId: string;
|
||||
}
|
||||
|
||||
interface ResponseOrganiz {
|
||||
|
|
@ -41,4 +41,14 @@ interface DataCopyOrder {
|
|||
mutiselect: number[];
|
||||
}
|
||||
|
||||
export type { ResponseData, ResponseOrganiz, ResponseCopyOrder, DataCopyOrder };
|
||||
interface complaintLists {
|
||||
id: string;
|
||||
title: string;
|
||||
dateConsideration: Date | null;
|
||||
isComplaint: boolean;
|
||||
isInvestigate: boolean;
|
||||
isDisciplinary: boolean;
|
||||
isResult: boolean;
|
||||
}
|
||||
|
||||
export type { ResponseData, ResponseOrganiz, ResponseCopyOrder, DataCopyOrder, complaintLists };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue