update
This commit is contained in:
@ -33,6 +33,16 @@ export class TcelLog {
|
||||
})
|
||||
response: string;
|
||||
|
||||
@Column({
|
||||
length: 128,
|
||||
})
|
||||
supplier_reference_code: string;
|
||||
|
||||
@Column({
|
||||
length: 128,
|
||||
})
|
||||
supplier_transaction_code: string;
|
||||
|
||||
@Column()
|
||||
response_at: Date;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user