update bank garansi type

This commit is contained in:
meusinfirmary
2025-02-04 04:22:04 +07:00
parent 99168b8b76
commit 1adba49b5f

View File

@ -16,6 +16,12 @@ export class BankGaransiType {
})
name: string;
@Column({
nullable: true,
length: 256,
})
name_alias: string;
@Column({
type: "enum",
enum: Status,