หมายเหตุ

This commit is contained in:
Kittapath 2024-05-08 23:48:19 +07:00
parent 709300ea8b
commit 4419222086
8 changed files with 912 additions and 82 deletions

View file

@ -45,7 +45,7 @@ export class KpiUserEvaluationReasonCapacity extends EntityBase {
@Column({
nullable: true,
comment: "สถานะ DRAFT EVALUATOR COMMANDER COMMANDERHIGH",
comment: "สถานะ DRAFT EVALUATOR COMMANDER COMMANDERHIGH DONE",
length: 255,
default: "DRAFT",
})
@ -77,7 +77,7 @@ export class KpiUserEvaluationReasonCapacity extends EntityBase {
export class updateKpiUserReasonEvaluation {
@Column()
reason: string | null;
reason: string;
@Column()
topic: string | null;
topic?: string | null;
}