รายการโครงการ
This commit is contained in:
parent
62bb318858
commit
ec36ffe6ba
9 changed files with 211 additions and 38 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue