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;
|
||||
startDate: Date | null;
|
||||
endDate: Date | null;
|
||||
studyPlace: Date | null;
|
||||
studyTopic: Date | null;
|
||||
studyPlace: string | null;
|
||||
studyTopic: string | null;
|
||||
studyStartDate: Date | null;
|
||||
studyEndDate: Date | null;
|
||||
studyCountry: string | null;
|
||||
|
|
@ -504,8 +504,8 @@ export class UpdateDevelopmentScholarship {
|
|||
educationalInstitution: string | null;
|
||||
startDate: Date | null;
|
||||
endDate: Date | null;
|
||||
studyPlace: Date | null;
|
||||
studyTopic: Date | null;
|
||||
studyPlace: string | null;
|
||||
studyTopic: string | null;
|
||||
studyStartDate: Date | null;
|
||||
studyEndDate: Date | null;
|
||||
studyCountry: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue