fix: insigniaType is require and insigniaId must not null
This commit is contained in:
parent
4be1b977f8
commit
9f4bd402d3
1 changed files with 1 additions and 2 deletions
|
|
@ -143,8 +143,7 @@ export class CreateProfileInsignia {
|
||||||
section: string | null;
|
section: string | null;
|
||||||
page: string | null;
|
page: string | null;
|
||||||
receiveDate: Date | null;
|
receiveDate: Date | null;
|
||||||
insigniaId: string | null;
|
insigniaId: string;
|
||||||
insigniaType: string | null;
|
|
||||||
dateAnnounce: Date | null;
|
dateAnnounce: Date | null;
|
||||||
issue: string | null;
|
issue: string | null;
|
||||||
volumeNo: string | null;
|
volumeNo: string | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue