validateForm เพิ่มเรื่องร้องเรียน
This commit is contained in:
parent
dd89933261
commit
b00a946c64
8 changed files with 302 additions and 62 deletions
|
|
@ -22,11 +22,28 @@ interface MyObjectRef {
|
|||
mistakeDetail: any,
|
||||
[key: string]: any;
|
||||
}
|
||||
interface MyObjectComplaintsRef {
|
||||
complainantType: any
|
||||
complainant: any
|
||||
office: any
|
||||
agency: any
|
||||
topicComplaint: any
|
||||
datereceive: any
|
||||
dateconsideration: any
|
||||
offenseDescription: any
|
||||
considerationLevel: any
|
||||
datewarn: any
|
||||
receivecomplaints: any
|
||||
petitioner: any
|
||||
files: any
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
investigatefactsDataRowType,
|
||||
MyObjectRef,
|
||||
MyObjectComplaintsRef,
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue