update
This commit is contained in:
@ -70,6 +70,11 @@ export class TrxTransaction {
|
|||||||
})
|
})
|
||||||
target_amount: number;
|
target_amount: number;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
default: false,
|
||||||
|
})
|
||||||
|
is_deal_request: boolean;
|
||||||
|
|
||||||
@ManyToOne(() => TrxCustomerCost, { onDelete: "NO ACTION" })
|
@ManyToOne(() => TrxCustomerCost, { onDelete: "NO ACTION" })
|
||||||
@JoinColumn()
|
@JoinColumn()
|
||||||
customer_cost: TrxCustomerCost;
|
customer_cost: TrxCustomerCost;
|
||||||
|
|||||||
Reference in New Issue
Block a user