This commit is contained in:
fro1991
2025-11-03 22:05:57 +07:00
parent f954c4694f
commit ba373de639

View File

@ -71,6 +71,7 @@ export class TrxTransaction {
target_amount: number;
@Column({
nullable: true,
default: false,
})
is_deal_request: boolean;