no message
This commit is contained in:
parent
b93fb6c1e5
commit
6bca6c5ba5
3 changed files with 40 additions and 1 deletions
|
|
@ -309,6 +309,9 @@ export class CreateSalaryProfile {
|
|||
@Column()
|
||||
posLevel: string;
|
||||
|
||||
@Column()
|
||||
posExecutive: string;
|
||||
|
||||
@Column()
|
||||
amount: number;
|
||||
|
||||
|
|
@ -341,4 +344,19 @@ export class CreateSalaryProfile {
|
|||
|
||||
@Column()
|
||||
child4: string;
|
||||
|
||||
@Column()
|
||||
isResult: boolean;
|
||||
|
||||
@Column()
|
||||
isDuration: boolean;
|
||||
|
||||
@Column()
|
||||
isPunish: boolean;
|
||||
|
||||
@Column()
|
||||
isRetired: boolean;
|
||||
|
||||
@Column()
|
||||
isRetired2: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue