ออกคำสั่ง
This commit is contained in:
parent
63ed0534d0
commit
3f3ec27abd
8 changed files with 268 additions and 19 deletions
|
|
@ -34,6 +34,13 @@ export class PosMasterAct extends EntityBase {
|
|||
@ManyToOne(() => PosMaster, (posMaster) => posMaster.posMasterActChilds)
|
||||
@JoinColumn({ name: "posMasterChildId" })
|
||||
posMasterChild: PosMaster;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะออกคำสั่ง",
|
||||
default: "PENDING",
|
||||
length: 20,
|
||||
})
|
||||
statusReport: string;
|
||||
}
|
||||
|
||||
export class CreatePosMaster {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue