รายการโครงการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-10 10:31:41 +07:00
parent 62bb318858
commit ec36ffe6ba
9 changed files with 211 additions and 38 deletions

View file

@ -43,7 +43,7 @@ interface ResDataProject {
dateEnd: Date | null;
totalDate: number | null;
address: string;
provinceId: string | null;
provinceIds: any;
budget: string;
accept: number | string | null;
receive: number | string | null;
@ -57,11 +57,17 @@ interface ResDataProject {
expect: string;
topicAcademic: string;
addressAcademic: string;
provinceActualId: string | null;
provinceActualId: string;
actualPeoples: ResPeople[];
plannedPeoples: ResPeople[];
actualGoals: ResActualGoals[];
plannedGoals: ResPlannedGoals[];
projectType: string;
projectCharacteristics: string;
projectDay: number | null;
projectNigth: number | null;
projectTechniques: string;
projectModal: number | null;
}
interface ResPeople {