update commander-director-position

This commit is contained in:
kittapath 2025-02-26 15:45:45 +07:00
parent e327e28bf6
commit 2d1fc8b05f
3 changed files with 337 additions and 31 deletions

View file

@ -203,6 +203,13 @@ export class ProfileSalary extends EntityBase {
})
remark: string;
@Column({
nullable: true,
comment: "refId",
default: null,
})
refId: number;
@Column({
comment: "วันที่",
type: "datetime",
@ -217,6 +224,13 @@ export class ProfileSalary extends EntityBase {
})
isGovernment: boolean;
@Column({
nullable: true,
comment: "ข้อมูลจาก Entry",
default: null,
})
isEntry: boolean;
@Column({
nullable: true,
length: 40,