migration and #2317
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m22s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m22s
This commit is contained in:
parent
df2f1c5b12
commit
71dcba33e9
4 changed files with 452 additions and 435 deletions
|
|
@ -52,6 +52,9 @@ export class EmployeePosLevel extends EntityBase {
|
|||
|
||||
@OneToMany(() => ProfileEmployee, (profile) => profile.posLevel)
|
||||
profiles: ProfileEmployee[];
|
||||
|
||||
@OneToMany(() => ProfileEmployee, (profile) => profile.posLevelTemp)
|
||||
profilesTemp: ProfileEmployee[];
|
||||
}
|
||||
|
||||
export class CreateEmployeePosLevel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue