no message

This commit is contained in:
kittapath 2025-02-21 11:49:04 +07:00
parent 6c67e490ae
commit c5e0fcc4f7
4 changed files with 54 additions and 1 deletions

View file

@ -137,6 +137,13 @@ export class HR_POSITION_OFFICER {
})
DEPARTMENT_NAME: string;
@Column({
nullable: true,
type: "text",
default: null,
})
DEPARTMENT_CODE: string;
@Column({
nullable: true,
type: "text",