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