no message
This commit is contained in:
parent
36155a1a1c
commit
b27c61a01f
3 changed files with 39 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue