Merge branch 'develop' into adiDev
This commit is contained in:
commit
a3ab8c5e30
7 changed files with 92 additions and 116 deletions
|
|
@ -61,6 +61,14 @@ export class Assign {
|
|||
})
|
||||
description: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "path link",
|
||||
type: "text",
|
||||
default: null,
|
||||
})
|
||||
path: string;
|
||||
|
||||
@OneToMany(() => PosMasterAssign, (posMasterAssign) => posMasterAssign.assign)
|
||||
posMasterAssigns: PosMasterAssign[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue