feat(cashier): add ref key as refrence id key for the item from the emr or etc
This commit is contained in:
@ -115,6 +115,9 @@ export class CashierItem {
|
||||
@Column({ nullable: true, length: 256 })
|
||||
category: string;
|
||||
|
||||
@Column({ nullable: true, length: 256 })
|
||||
refKey: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user