Merge branch 'develop' into adiDev

This commit is contained in:
AdisakKanthawilang 2024-05-09 11:08:39 +07:00
commit 98a28db920
4 changed files with 102 additions and 65 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",