update bg type

This commit is contained in:
meusinfirmary
2025-02-27 22:40:30 +07:00
parent 41b5272c7e
commit ad0d188836

View File

@ -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,