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 { interface DataList {
avatar: string; avatar: string;
bmaOfficer: string; bmaOfficer: string;
bmaOfficerCheck?: string;
deferment: boolean; deferment: boolean;
draft: string; draft: string;
examNumber: number; examNumber: number;
fullName: string; fullName: string;
idCard: string; idCard: string;
name: string; name: string;
node: number | null;
nodeId: string | null;
orgName: string | null; orgName: string | null;
organizationName: string; organizationName: string;
organizationShortName: string | null; organizationShortName: string | null;
personalId: string; personalId: string;
posLevelCandidateId: string | null;
posmasterId: string | null;
posTypeCandidateId: string | null;
positionCandidate: string; positionCandidate: string;
positionId: string | null;
positionNumber: string | null; positionNumber: string | null;
positionPath: string | null; positionPath: string | null;
profilePhoto: string; profilePhoto: string;