no message
This commit is contained in:
parent
cf8281c38c
commit
b9124e9d22
2 changed files with 24 additions and 0 deletions
|
|
@ -87,6 +87,18 @@ export class EmployeePosMaster extends EntityBase {
|
|||
})
|
||||
isSit: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "เป็นผู้อำนวยการ",
|
||||
default: false,
|
||||
})
|
||||
isDirector: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "เป็นเจ้าหน้าที่",
|
||||
default: false,
|
||||
})
|
||||
isOfficer: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "หมายเหตุ",
|
||||
|
|
|
|||
|
|
@ -86,6 +86,18 @@ export class PosMaster extends EntityBase {
|
|||
})
|
||||
isSit: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "เป็นผู้อำนวยการ",
|
||||
default: false,
|
||||
})
|
||||
isDirector: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "เป็นเจ้าหน้าที่",
|
||||
default: false,
|
||||
})
|
||||
isOfficer: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "หมายเหตุ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue