update
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user