This commit is contained in:
fro1991
2025-07-15 14:12:24 +07:00
parent 4f15a076fe
commit b7df55dcae

View File

@ -107,6 +107,12 @@ export class RemitTransaction {
}) })
remark: String; remark: String;
@Column({
nullable: true,
length: 4096,
})
supplier_reference: String;
@Column({ @Column({
nullable: true, nullable: true,
type: "int2", type: "int2",