แก้ type ผล

This commit is contained in:
Kittapath 2024-06-17 13:43:01 +07:00
parent 3d4847311d
commit 8050b53228
2 changed files with 19 additions and 2 deletions

View file

@ -248,11 +248,12 @@ export class SalaryProfile extends EntityBase {
child4: string;
@Column({
type: "double",
nullable: true,
comment: "ผลการประเมินผลการปฏิบัติราชการ",
default: null,
comment: "ผลการประเมินผลการปฏิบัติราชการ",
})
result: string;
result: number;
@Column({
nullable: true,