no message

This commit is contained in:
Kittapath 2024-05-09 10:23:46 +07:00
parent 4419222086
commit d2cb987049
2 changed files with 22 additions and 2 deletions

View file

@ -85,10 +85,12 @@ export class KpiUserEvaluation extends EntityBase {
evaluationResults: string;
@Column({
nullable: true,
length: 40,
comment: "คำขอแก้ไข",
default: false,
default: null,
})
isReqEdit: boolean;
evaluationReqEdit: string;
@Column({
type: "double",