ตัวอย่างอัพไฟล์
This commit is contained in:
parent
691a989c16
commit
bb8f96c78a
3 changed files with 171 additions and 9 deletions
|
|
@ -9,18 +9,18 @@ interface DataNumberOption {
|
|||
}
|
||||
|
||||
interface InvestigatefactsDataRowType {
|
||||
id:string,
|
||||
id: string;
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
complaintOffenseDetails: string,
|
||||
investigationDetail: string,
|
||||
dateInvestigate: string,
|
||||
statusResult: string,
|
||||
status: string
|
||||
complaintOffenseDetails: string;
|
||||
investigationDetail: string;
|
||||
dateInvestigate: string;
|
||||
statusResult: string;
|
||||
status: string;
|
||||
}
|
||||
|
||||
interface investigateDisDataRowType {
|
||||
id:string
|
||||
id: string;
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
fault: string | undefined;
|
||||
|
|
@ -40,10 +40,17 @@ interface directorType {
|
|||
role: string;
|
||||
}
|
||||
|
||||
interface FileLists {
|
||||
id: string; //id เอกสาร
|
||||
fileName: string; //ชื่่อเอกสาร
|
||||
pathName: string; //link file
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
InvestigatefactsDataRowType,
|
||||
investigateDisDataRowType,
|
||||
directorType,
|
||||
DataNumberOption
|
||||
DataNumberOption,
|
||||
FileLists,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue