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;
|
||||
page: string | null;
|
||||
receiveDate: Date | null;
|
||||
insigniaId: string | null;
|
||||
insigniaType: string | null;
|
||||
insigniaId: string;
|
||||
dateAnnounce: Date | null;
|
||||
issue: string | null;
|
||||
volumeNo: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue