ดูแบบร่าง owner

This commit is contained in:
kittapath 2024-09-13 10:29:08 +07:00
parent 6f11eecb8f
commit 4641362b95
5 changed files with 72 additions and 53 deletions

View file

@ -99,11 +99,11 @@ export class EmployeePosMaster extends EntityBase {
})
isStaff: boolean;
@Column({
comment: "เป็นสกจ",
default: false,
})
isOfficer: boolean;
// @Column({
// comment: "เป็นสกจ",
// default: false,
// })
// isOfficer: boolean;
@Column({
nullable: true,
@ -270,8 +270,8 @@ export class CreateEmployeePosMaster {
@Column()
isStaff: boolean;
@Column()
isOfficer: boolean;
// @Column()
// isOfficer: boolean;
@Column()
positionSign: string | null;

View file

@ -100,11 +100,11 @@ export class PosMaster extends EntityBase {
})
isStaff: boolean;
@Column({
comment: "เป็นสกจ",
default: false,
})
isOfficer: boolean;
// @Column({
// comment: "เป็นสกจ",
// default: false,
// })
// isOfficer: boolean;
@Column({
nullable: true,
@ -277,8 +277,8 @@ export class CreatePosMaster {
@Column()
isStaff: boolean;
@Column()
isOfficer: boolean;
// @Column()
// isOfficer: boolean;
@Column()
positionSign: string | null;