fix
This commit is contained in:
parent
01cd72a9fa
commit
3dc49ec507
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue