no message

This commit is contained in:
Kittapath 2024-02-28 13:59:03 +07:00
parent b93fb6c1e5
commit 6bca6c5ba5
3 changed files with 40 additions and 1 deletions

View file

@ -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;
}