รายการโครงการ => ผูก API รายการโครงการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-03 11:14:26 +07:00
parent bb5847a652
commit 8266808827
6 changed files with 156 additions and 84 deletions

View file

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