รายการโครงการ => ผูก API รายการโครงการ
This commit is contained in:
parent
bb5847a652
commit
8266808827
6 changed files with 156 additions and 84 deletions
|
|
@ -14,4 +14,10 @@ interface ResLevel {
|
|||
posLevelAuthority: string;
|
||||
}
|
||||
|
||||
export type { ResGroup, ResLevel };
|
||||
interface ResListProject {
|
||||
id: string;
|
||||
projectName: string;
|
||||
year: number;
|
||||
}
|
||||
|
||||
export type { ResGroup, ResLevel, ResListProject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue