update ฟอร์มสืบสวน สอบสวนวินัย
This commit is contained in:
parent
422ea07f4d
commit
b5cc5c9cb7
12 changed files with 768 additions and 564 deletions
13
src/modules/11_discipline/interface/response/investigate.ts
Normal file
13
src/modules/11_discipline/interface/response/investigate.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
interface ListData {
|
||||
id: string;
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
complaintOffenseDetails: string;
|
||||
investigationDetail: string;
|
||||
startDate: Date | null;
|
||||
endDate: Date | null;
|
||||
statusResult: string;
|
||||
status: string;
|
||||
}
|
||||
|
||||
export type { ListData };
|
||||
Loading…
Add table
Add a link
Reference in a new issue