เพิ่มหมายเหตุ

This commit is contained in:
Kittapath 2024-07-08 09:21:24 +07:00
parent 9ac38618df
commit 9e2f87e7b3
7 changed files with 204 additions and 162 deletions

View file

@ -251,10 +251,18 @@ export class SalaryProfile extends EntityBase {
nullable: true,
default: null,
length: 255,
comment: "ผลการประเมินผลการปฏิบัติราชการ",//คะแนนประเมิน
comment: "ผลการประเมินผลการปฏิบัติราชการ", //คะแนนประเมิน
})
result: string;
@Column({
nullable: true,
default: null,
type: "text",
comment: "หมายเหตุ",
})
remark: string;
@Column({
nullable: true,
comment: "ระยะเวลาการปฏิบัติราชการในรอบครึ่งปี",

View file

@ -306,6 +306,14 @@ export class SalaryProfileEmployee extends EntityBase {
})
result: string;
@Column({
nullable: true,
default: null,
type: "text",
comment: "หมายเหตุ",
})
remark: string;
@Column({
nullable: true,
comment: "ระยะเวลาการปฏิบัติราชการในรอบครึ่งปี",