fix commandNo : type (String)

This commit is contained in:
AdisakKanthawilang 2025-02-24 17:17:21 +07:00
parent 275d90c519
commit e28f65f5f4
2 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ export class ProfileSalaryHistory extends EntityBase {
comment: "เลขที่คำสั่ง",
default: null,
})
commandNo: number;
commandNo: string;
@Column({
nullable: true,