เพิ่มtableลูกจ้าง

This commit is contained in:
Kittapath 2024-03-15 14:32:08 +07:00
parent 912a8237e6
commit 21c044223c
11 changed files with 1490 additions and 15 deletions

View file

@ -55,7 +55,7 @@ export class PosLevel extends EntityBase {
posDicts: PosDict[];
@OneToMany(() => Profile, (profile) => profile.posLevel)
posLevels: Profile[];
profiles: Profile[];
}
export class CreatePosLevel {