fix entity

This commit is contained in:
AdisakKanthawilang 2024-04-05 13:26:46 +07:00
parent 7beac004b2
commit 01cd72a9fa

View file

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