fix validation err

This commit is contained in:
Bright 2024-12-03 09:25:17 +07:00
parent 24427ef311
commit da761f4f31

View file

@ -1615,10 +1615,10 @@ export class CommandController extends Controller {
persons: { persons: {
refId: string; refId: string;
profileId?: string | null; profileId?: string | null;
citizenId: string | null; citizenId?: string | null;
prefix: string | null; prefix?: string | null;
firstName: string | null; firstName?: string | null;
lastName: string | null; lastName?: string | null;
remarkVertical?: string | null; remarkVertical?: string | null;
remarkHorizontal?: string | null; remarkHorizontal?: string | null;
rootId?: string | null; rootId?: string | null;