update_table_salaryProfile_add_isNext
This commit is contained in:
parent
8d492370b6
commit
20c5e39ff7
3 changed files with 250 additions and 27 deletions
|
|
@ -287,6 +287,13 @@ export class SalaryProfile extends EntityBase {
|
|||
})
|
||||
isReserve: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ทะลุขั้น",
|
||||
default: false,
|
||||
})
|
||||
isNext: boolean;
|
||||
|
||||
@ManyToOne(() => SalaryOrg, (salaryOrg) => salaryOrg.salaryProfiles)
|
||||
@JoinColumn({ name: "salaryOrgId" })
|
||||
salaryOrg: SalaryOrg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue