refactor(placement): interface DataList

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-05-06 10:54:37 +07:00
parent 5ac50fc1f2
commit 29b45f77ea

View file

@ -1,17 +1,24 @@
interface DataList {
avatar: string;
bmaOfficer: string;
bmaOfficerCheck?: string;
deferment: boolean;
draft: string;
examNumber: number;
fullName: string;
idCard: string;
name: string;
node: number | null;
nodeId: string | null;
orgName: string | null;
organizationName: string;
organizationShortName: string | null;
personalId: string;
posLevelCandidateId: string | null;
posmasterId: string | null;
posTypeCandidateId: string | null;
positionCandidate: string;
positionId: string | null;
positionNumber: string | null;
positionPath: string | null;
profilePhoto: string;