สร้างแบบประเมินส่งค่า profile id

This commit is contained in:
Kittapath 2024-06-07 10:24:56 +07:00
parent 5cb9bd2372
commit 983a4e79f7
2 changed files with 34 additions and 14 deletions

View file

@ -202,7 +202,7 @@ export class createKpiUserEvaluation {
@Column()
kpiPeriodId: string;
@Column()
profileId: string;
profileId?: string | null;
@Column()
evaluatorId: string | null;
@Column()