เพิ่ม totalPoint
This commit is contained in:
parent
f6fd679a88
commit
ac9e184ee7
2 changed files with 22 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue