fix commandNo : type (String)
This commit is contained in:
parent
275d90c519
commit
e28f65f5f4
2 changed files with 6 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ export class ProfileSalaryHistory extends EntityBase {
|
|||
comment: "เลขที่คำสั่ง",
|
||||
default: null,
|
||||
})
|
||||
commandNo: number;
|
||||
commandNo: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue