import ตำแหน่ง

This commit is contained in:
kittapath 2025-03-12 12:15:13 +07:00
parent 1e1bd56db6
commit 20ff14def9
3 changed files with 13 additions and 6 deletions

View file

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