เพิ่มtableลูกจ้าง
This commit is contained in:
parent
912a8237e6
commit
21c044223c
11 changed files with 1490 additions and 15 deletions
|
|
@ -55,7 +55,7 @@ export class PosLevel extends EntityBase {
|
|||
posDicts: PosDict[];
|
||||
|
||||
@OneToMany(() => Profile, (profile) => profile.posLevel)
|
||||
posLevels: Profile[];
|
||||
profiles: Profile[];
|
||||
}
|
||||
|
||||
export class CreatePosLevel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue