เพิ่ม totalPoint

This commit is contained in:
Kittapath 2024-06-17 13:27:38 +07:00
parent f6fd679a88
commit ac9e184ee7
2 changed files with 22 additions and 0 deletions

View file

@ -156,6 +156,14 @@ export class KpiUserEvaluation extends EntityBase {
})
capacityPoint: number;
@Column({
type: "double",
nullable: true,
default: null,
comment: "คะแนนประเมิน",
})
totalPoint: number;
@Column({
nullable: true,
length: 40,