This commit is contained in:
fro1991
2025-06-30 02:10:15 +07:00
parent a422257d0e
commit 60887289f3

View File

@ -35,11 +35,13 @@ export class TcelLog {
@Column({
length: 128,
nullable: true,
})
supplier_reference_code: string;
@Column({
length: 128,
nullable: true,
})
supplier_transaction_code: string;