update
This commit is contained in:
@ -35,11 +35,13 @@ export class TcelLog {
|
|||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
length: 128,
|
length: 128,
|
||||||
|
nullable: true,
|
||||||
})
|
})
|
||||||
supplier_reference_code: string;
|
supplier_reference_code: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
length: 128,
|
length: 128,
|
||||||
|
nullable: true,
|
||||||
})
|
})
|
||||||
supplier_transaction_code: string;
|
supplier_transaction_code: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user