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 {
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue