This commit is contained in:
fro1991
2025-07-06 22:19:54 +07:00
parent 2091f8bab4
commit 4fcba399a9

View File

@ -109,6 +109,17 @@ export class BrilinkTransaction {
})
remarks: string;
@Column({
length: 128,
nullable: true,
})
refund_reference: string;
@Column({
nullable: true,
})
refund_at: Date;
@Column({
nullable: false,
default: false,