fix: ppob callback
This commit is contained in:
@@ -43,6 +43,9 @@ export class CheckBillHistory extends BaseModel {
|
||||
@Column()
|
||||
product_code: string;
|
||||
|
||||
@Column()
|
||||
status: string;
|
||||
|
||||
@ManyToOne(() => ProductHistoryPrice, (product) => product.id)
|
||||
product_price: ProductHistoryPrice;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user