space posno

This commit is contained in:
mamoss 2025-04-05 19:21:50 +07:00
parent b1b9700e40
commit d9fb4110e3
18 changed files with 1283 additions and 875 deletions

View file

@ -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;