no message

This commit is contained in:
Kittapath 2024-05-28 15:29:05 +07:00
parent 36155a1a1c
commit b27c61a01f
3 changed files with 39 additions and 1 deletions

View file

@ -18,6 +18,14 @@ export class SalaryProfile extends EntityBase {
})
profileId: string;
@Column({
nullable: true,
comment: "ยศ",
length: 255,
default: null,
})
rank: string;
@Column({
nullable: true,
comment: "คำนำหน้า",
@ -324,6 +332,9 @@ export class CreateSalaryProfile {
@Column()
profileId: string;
@Column()
rank?: string | null;
@Column()
prefix: string;