no message

This commit is contained in:
Kittapath 2024-02-06 15:49:02 +07:00
parent 1c55c76741
commit 0d27451e16
2 changed files with 3 additions and 2 deletions

View file

@ -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[];
}