ตำแหน่งลูกจ้างชัวคราว
This commit is contained in:
parent
137748408f
commit
8d87ba0317
6 changed files with 43 additions and 2875 deletions
|
|
@ -405,6 +405,14 @@ export class ProfileEmployee extends EntityBase {
|
|||
})
|
||||
posTypeNameTemp: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ประเภทชื่อย่อ",
|
||||
length: 40,
|
||||
default: null,
|
||||
})
|
||||
posTypeShortNameTemp: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "id ระดับ",
|
||||
|
|
@ -787,7 +795,7 @@ export class ProfileEmployee extends EntityBase {
|
|||
|
||||
@OneToMany(() => StateOperatorUser, (v) => v.profile)
|
||||
stateOperatorUsers: StateOperatorUser[];
|
||||
|
||||
|
||||
@OneToMany(() => PositionSalaryEditHistory, (v) => v.profileEmployee)
|
||||
positionSalaryEditHistory: PositionSalaryEditHistory[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue