import ตำแหน่ง
This commit is contained in:
parent
1e1bd56db6
commit
20ff14def9
3 changed files with 13 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue