fix entity
This commit is contained in:
parent
7beac004b2
commit
01cd72a9fa
1 changed files with 4 additions and 4 deletions
|
|
@ -452,8 +452,8 @@ export class CreateDevelopmentScholarship {
|
||||||
educationalInstitution: string | null;
|
educationalInstitution: string | null;
|
||||||
startDate: Date | null;
|
startDate: Date | null;
|
||||||
endDate: Date | null;
|
endDate: Date | null;
|
||||||
studyPlace: Date | null;
|
studyPlace: string | null;
|
||||||
studyTopic: Date | null;
|
studyTopic: string | null;
|
||||||
studyStartDate: Date | null;
|
studyStartDate: Date | null;
|
||||||
studyEndDate: Date | null;
|
studyEndDate: Date | null;
|
||||||
studyCountry: string | null;
|
studyCountry: string | null;
|
||||||
|
|
@ -504,8 +504,8 @@ export class UpdateDevelopmentScholarship {
|
||||||
educationalInstitution: string | null;
|
educationalInstitution: string | null;
|
||||||
startDate: Date | null;
|
startDate: Date | null;
|
||||||
endDate: Date | null;
|
endDate: Date | null;
|
||||||
studyPlace: Date | null;
|
studyPlace: string | null;
|
||||||
studyTopic: Date | null;
|
studyTopic: string | null;
|
||||||
studyStartDate: Date | null;
|
studyStartDate: Date | null;
|
||||||
studyEndDate: Date | null;
|
studyEndDate: Date | null;
|
||||||
studyCountry: string | null;
|
studyCountry: string | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue