no message

This commit is contained in:
Kittapath 2024-07-10 10:43:56 +07:00
parent 360bfe22a8
commit bfe281f3f3
2 changed files with 55 additions and 5 deletions

View file

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