แก้โค้ด

This commit is contained in:
AnandaTon 2024-05-16 09:35:11 +07:00
parent da4eb54a59
commit b510ae62aa
2 changed files with 6 additions and 5 deletions

View file

@ -15,6 +15,7 @@ export class ProfileDiscipline extends EntityBase {
date: Date;
@Column({
nullable: true,
length: 40,
comment: "ไอดีโปรไฟล์",
type: "uuid",

View file

@ -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: "ประเภทคำสั่ง",