ออกคำสั่งเงินเดือน
This commit is contained in:
parent
a8a227e062
commit
9e749fbbcd
4 changed files with 476 additions and 164 deletions
|
|
@ -10,6 +10,14 @@ export class SalaryProfile extends EntityBase {
|
|||
})
|
||||
salaryOrgId: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
comment: "ไอดีโปรไฟล์",
|
||||
default: null,
|
||||
})
|
||||
profileId: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "คำนำหน้า",
|
||||
|
|
@ -313,6 +321,9 @@ export class CreateSalaryProfile {
|
|||
@Column()
|
||||
type: string;
|
||||
|
||||
@Column()
|
||||
profileId: string;
|
||||
|
||||
@Column()
|
||||
prefix: string;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,14 @@ export class SalaryProfileEmployee extends EntityBase {
|
|||
})
|
||||
salaryLevelNew: number;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
comment: "ไอดีโปรไฟล์",
|
||||
default: null,
|
||||
})
|
||||
profileId: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "คำนำหน้า",
|
||||
|
|
@ -365,6 +373,9 @@ export class CreateSalaryProfileEmployee {
|
|||
@Column()
|
||||
type: string;
|
||||
|
||||
@Column()
|
||||
profileId: string;
|
||||
|
||||
@Column()
|
||||
prefix: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue