create user emp
This commit is contained in:
parent
dde45bfcd7
commit
3dc653bfb0
3 changed files with 190 additions and 107 deletions
|
|
@ -186,4 +186,11 @@ export class EMPLOYEE {
|
|||
default: null,
|
||||
})
|
||||
LEVEL_NAME: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "text",
|
||||
default: null,
|
||||
})
|
||||
WORK_LEVEL: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue