fix: add note to create interface
This commit is contained in:
parent
7d862c076f
commit
7bc2915788
2 changed files with 6 additions and 0 deletions
|
|
@ -234,6 +234,9 @@ export class CreateProfileEducation {
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
isEducation: boolean | null;
|
isEducation: boolean | null;
|
||||||
|
|
||||||
|
@Column()
|
||||||
|
note: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpdateProfileEducation = Partial<CreateProfileEducation>;
|
export type UpdateProfileEducation = Partial<CreateProfileEducation>;
|
||||||
|
|
|
||||||
|
|
@ -180,6 +180,9 @@ export class CreateProfileInsignia {
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
refCommandNo: string | null;
|
refCommandNo: string | null;
|
||||||
|
|
||||||
|
@Column()
|
||||||
|
note: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpdateProfileInsignia = Partial<CreateProfileInsignia>;
|
export type UpdateProfileInsignia = Partial<CreateProfileInsignia>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue