รายการสรุปผลการพิจารณาทางวินัย เพิ่มฟิล
This commit is contained in:
parent
b659857c7b
commit
db072c8ba5
4 changed files with 38 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ interface FormData {
|
|||
titleType: string;
|
||||
oc: string;
|
||||
file: any
|
||||
disciplineComplaint_Appeal_Docs: [FileArray]
|
||||
disciplineComplaint_Appeal_Docs: any
|
||||
year: number | null;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ interface DataResult {
|
|||
disciplinaryFaultLevel: string; //ระดับโทษความผิด
|
||||
disciplinaryCaseFault: string; //กรณีความผิด
|
||||
status: string; //สถานะ
|
||||
disciplineType: string; //สถานะ
|
||||
titleType: string; //สถานะ
|
||||
oc: string; //สถานะ
|
||||
createdAt: Date | null; //วันที่ส่งเรื่องสอบสวน
|
||||
}
|
||||
interface DataResultList {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue