แก้โค้ด
This commit is contained in:
parent
da4eb54a59
commit
b510ae62aa
2 changed files with 6 additions and 5 deletions
|
|
@ -15,6 +15,7 @@ export class ProfileDiscipline extends EntityBase {
|
|||
date: Date;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
comment: "ไอดีโปรไฟล์",
|
||||
type: "uuid",
|
||||
|
|
|
|||
|
|
@ -222,11 +222,11 @@ export class ProfileSalaryEmployee extends EntityBase {
|
|||
})
|
||||
order: number;
|
||||
|
||||
@Column({
|
||||
comment: "เลขที่คำสั่ง",
|
||||
type: "text",
|
||||
})
|
||||
commandNo: string;
|
||||
// @Column({
|
||||
// comment: "เลขที่คำสั่ง",
|
||||
// type: "text",
|
||||
// })
|
||||
// commandNo: string;
|
||||
|
||||
@Column({
|
||||
comment: "ประเภทคำสั่ง",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue