แก้รายงานสรุปจำนวนผลงานการประเมิน
This commit is contained in:
parent
ce25a2ede1
commit
bbf28f9d2d
3 changed files with 39 additions and 3 deletions
|
|
@ -526,6 +526,34 @@ export class CreateEvaluationExpertise {
|
|||
|
||||
@Column()
|
||||
oc?: string | null;
|
||||
|
||||
@Column()
|
||||
citizenId?: string | null;
|
||||
|
||||
@Column()
|
||||
prefix?: string | null;
|
||||
|
||||
@Column()
|
||||
fullName?: string | null;
|
||||
|
||||
@Column()
|
||||
position?: string | null;
|
||||
|
||||
@Column()
|
||||
salary?: string | null;
|
||||
|
||||
@Column()
|
||||
positionLevel?: string | null;
|
||||
|
||||
@Column()
|
||||
posNo?: string | null;
|
||||
|
||||
@Column()
|
||||
birthDate?: string | null;
|
||||
|
||||
@Column()
|
||||
govAge?: string | null;
|
||||
|
||||
}
|
||||
|
||||
export type UpdateEvaluation = Partial<Evaluation>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue