fixing: check bill

This commit is contained in:
ilham
2022-05-17 12:26:25 +07:00
parent 0f0d80f118
commit 9ee5b65dfc
3 changed files with 46 additions and 6 deletions

View File

@@ -13,9 +13,12 @@ export class CheckBillHistory extends BaseModel {
@Column()
partner_trx_id: string;
@Column()
@Column({ nullable: true })
amount: number;
@Column({ nullable: true })
admin_price: number;
@Column({
type: 'uuid',
nullable: true,