ดูแบบร่าง owner
This commit is contained in:
parent
6f11eecb8f
commit
4641362b95
5 changed files with 72 additions and 53 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue