เพิ่มหมายเหตุ
This commit is contained in:
parent
9ac38618df
commit
9e2f87e7b3
7 changed files with 204 additions and 162 deletions
|
|
@ -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: "ระยะเวลาการปฏิบัติราชการในรอบครึ่งปี",
|
||||
|
|
|
|||
|
|
@ -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: "ระยะเวลาการปฏิบัติราชการในรอบครึ่งปี",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue