fix: deposit_return and fix transction

This commit is contained in:
ilham
2021-12-20 00:18:22 +07:00
parent e7db0073c5
commit 38f24a1480
7 changed files with 360 additions and 67 deletions

View File

@@ -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;
}