fix: deposit_return and fix transction
This commit is contained in:
@@ -37,5 +37,10 @@ export class Transactions extends BaseModel {
|
||||
@ManyToOne(() => ProductHistoryPrice, (product) => product.id)
|
||||
product_price: ProductHistoryPrice;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
})
|
||||
image_prove: string;
|
||||
|
||||
mark_up_price: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user