no message
This commit is contained in:
parent
1c55c76741
commit
0d27451e16
2 changed files with 3 additions and 2 deletions
|
|
@ -58,6 +58,7 @@ export class Profile extends EntityBase {
|
|||
|
||||
@OneToMany(() => PosMaster, (posMaster) => posMaster.current_holder)
|
||||
current_holders: PosMaster[];
|
||||
|
||||
@OneToMany(() => PosMaster, (posMaster) => posMaster.next_holder)
|
||||
next_holders: PosMaster[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue