รายการอุทธรณ์ร้องทุกข์

This commit is contained in:
setthawutttty 2023-12-14 10:18:04 +07:00
parent c65ac3cba6
commit 50b8f028b6
10 changed files with 885 additions and 207 deletions

View file

@ -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,
};