update bg type
This commit is contained in:
@ -52,6 +52,18 @@ export class BankGaransiType {
|
|||||||
})
|
})
|
||||||
adm_account_number: string;
|
adm_account_number: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 256,
|
||||||
|
})
|
||||||
|
provision_account_name: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 50,
|
||||||
|
})
|
||||||
|
provision_account_number: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: true,
|
||||||
length: 256,
|
length: 256,
|
||||||
|
|||||||
Reference in New Issue
Block a user