Merge branch 'develop' into adiDev

This commit is contained in:
AdisakKanthawilang 2024-05-16 10:33:42 +07:00
commit 0bbd172f2b
6 changed files with 56 additions and 5 deletions

View file

@ -12,6 +12,12 @@ export class ProfileAvatar extends EntityBase {
})
avatar: string;
@Column({
comment: "สถานะการใช้งาน",
default: false,
})
isActive: boolean;
@Column({
nullable: true,
comment: "รูปถ่าย",

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