update
This commit is contained in:
@ -107,6 +107,12 @@ export class RemitTransaction {
|
||||
})
|
||||
remark: String;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 4096,
|
||||
})
|
||||
supplier_reference: String;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "int2",
|
||||
|
||||
Reference in New Issue
Block a user