fix validation err
This commit is contained in:
parent
24427ef311
commit
da761f4f31
1 changed files with 4 additions and 4 deletions
|
|
@ -1615,10 +1615,10 @@ export class CommandController extends Controller {
|
|||
persons: {
|
||||
refId: string;
|
||||
profileId?: string | null;
|
||||
citizenId: string | null;
|
||||
prefix: string | null;
|
||||
firstName: string | null;
|
||||
lastName: string | null;
|
||||
citizenId?: string | null;
|
||||
prefix?: string | null;
|
||||
firstName?: string | null;
|
||||
lastName?: string | null;
|
||||
remarkVertical?: string | null;
|
||||
remarkHorizontal?: string | null;
|
||||
rootId?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue