update
This commit is contained in:
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user