space posno
This commit is contained in:
parent
b1b9700e40
commit
d9fb4110e3
18 changed files with 1283 additions and 875 deletions
|
|
@ -211,7 +211,7 @@ export class ProfileSalaryTemp extends EntityBase {
|
|||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 255,
|
||||
type: "text",
|
||||
comment: "หมายเหตุ",
|
||||
default: null,
|
||||
})
|
||||
|
|
@ -293,7 +293,6 @@ export class ProfileSalaryTemp extends EntityBase {
|
|||
})
|
||||
posNumCodeSitAbb: string;
|
||||
|
||||
|
||||
@ManyToOne(() => ProfileSalary, (profileSalary) => profileSalary.profileSalaryTemps)
|
||||
@JoinColumn({ name: "salaryId" })
|
||||
profileSalary: ProfileSalary;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue