fitered group salary report

This commit is contained in:
AdisakKanthawilang 2024-07-05 11:25:35 +07:00
parent 9ca08b4640
commit 93940017f9
2 changed files with 97 additions and 55 deletions

View file

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