no message
This commit is contained in:
parent
360bfe22a8
commit
bfe281f3f3
2 changed files with 55 additions and 5 deletions
|
|
@ -119,6 +119,14 @@ export class ProfileSalary extends EntityBase {
|
|||
})
|
||||
mouthSalaryAmount: Double;
|
||||
|
||||
// @Column({
|
||||
// nullable: true,
|
||||
// comment: "ประเภทคำสั่ง",
|
||||
// type: "text",
|
||||
// default: null,
|
||||
// })
|
||||
// commandType: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "เลขที่คำสั่ง",
|
||||
|
|
@ -168,6 +176,7 @@ export class CreateProfileSalary {
|
|||
positionType: string | null;
|
||||
positionLevel: string | null;
|
||||
refCommandNo: string | null;
|
||||
commandType?: string | null;
|
||||
templateDoc: string | null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue