เพิ่มหมายเหตุ
This commit is contained in:
parent
9ac38618df
commit
9e2f87e7b3
7 changed files with 204 additions and 162 deletions
|
|
@ -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