แก้รายงานสรุปจำนวนผลงานการประเมิน

This commit is contained in:
Bright 2025-03-18 11:32:47 +07:00
parent ce25a2ede1
commit bbf28f9d2d
3 changed files with 39 additions and 3 deletions

View file

@ -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>;