status start NEW

This commit is contained in:
Kittapath 2024-05-08 14:03:13 +07:00
parent 6dfe7203d4
commit f247d20afb
3 changed files with 16 additions and 2 deletions

View file

@ -71,7 +71,7 @@ export class KpiUserEvaluation extends EntityBase {
length: 40,
comment:
"สถานะการประเมินผล ดังนี้ NEW = รอดำเนินการ, INPROGRESS = กําลังดำเนินการ, DONE = ประเมินเสร็จสิ้น",
default: null,
default: "NEW",
})
evaluationStatus: string;