refactor(placement): interface DataList
This commit is contained in:
parent
5ac50fc1f2
commit
29b45f77ea
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue