no message
This commit is contained in:
parent
d33569005a
commit
8fd2131b4c
3 changed files with 87 additions and 41 deletions
|
|
@ -80,6 +80,12 @@ export class PosMaster extends EntityBase {
|
|||
})
|
||||
posMasterLine: PosMasterLine;
|
||||
|
||||
@Column({
|
||||
comment: "นั่งทับตำแหน่งไหม",
|
||||
default: false,
|
||||
})
|
||||
isSit: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue