This commit is contained in:
AdisakKanthawilang 2024-04-05 15:45:06 +07:00
parent 01cd72a9fa
commit 3dc49ec507

View file

@ -436,7 +436,7 @@ export class CreateDevelopmentScholarship {
bookNo: string | null; bookNo: string | null;
bookNoDate: Date | null; bookNoDate: Date | null;
bookApproveDate: Date | null; bookApproveDate: Date | null;
useOfficialTime: boolean | null; useOfficialTime: boolean | false;
changeDetail: string | null; changeDetail: string | null;
scholarshipType: string | null; scholarshipType: string | null;
fundType: string | null; fundType: string | null;
@ -488,7 +488,7 @@ export class UpdateDevelopmentScholarship {
bookNo: string | null; bookNo: string | null;
bookNoDate: Date | null; bookNoDate: Date | null;
bookApproveDate: Date | null; bookApproveDate: Date | null;
useOfficialTime: boolean | null; useOfficialTime: boolean | false;
changeDetail: string | null; changeDetail: string | null;
scholarshipType: string | null; scholarshipType: string | null;
fundType: string | null; fundType: string | null;