wait migrate
This commit is contained in:
parent
98638b9182
commit
4fcf9b0492
1 changed files with 7 additions and 0 deletions
|
|
@ -382,6 +382,13 @@ export class SalaryProfile extends EntityBase {
|
|||
})
|
||||
isSpecial: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ดีเด่น",
|
||||
default: null,
|
||||
})
|
||||
isGood: boolean;
|
||||
|
||||
@ManyToOne(() => SalaryOrg, (salaryOrg) => salaryOrg.salaryProfiles)
|
||||
@JoinColumn({ name: "salaryOrgId" })
|
||||
salaryOrg: SalaryOrg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue