หมายเหตุ
This commit is contained in:
parent
709300ea8b
commit
4419222086
8 changed files with 912 additions and 82 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue