This commit is contained in:
fro1991
2025-06-30 02:09:48 +07:00
parent d5e509d01e
commit a422257d0e

View File

@ -33,6 +33,16 @@ export class TcelLog {
}) })
response: string; response: string;
@Column({
length: 128,
})
supplier_reference_code: string;
@Column({
length: 128,
})
supplier_transaction_code: string;
@Column() @Column()
response_at: Date; response_at: Date;