รายการอุทธรณ์ร้องทุกข์
This commit is contained in:
parent
c65ac3cba6
commit
50b8f028b6
10 changed files with 885 additions and 207 deletions
|
|
@ -2,6 +2,10 @@ interface DataOption {
|
|||
id: string;
|
||||
name: string;
|
||||
}
|
||||
interface DataOptionYear {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
||||
interface DataOptioGroup {
|
||||
id: string;
|
||||
name: string;
|
||||
|
|
@ -78,4 +82,5 @@ export type {
|
|||
responseType,
|
||||
FileLists,
|
||||
DataOptioGroup,
|
||||
DataOptionYear,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue