update bank garansi type
This commit is contained in:
@ -16,6 +16,12 @@ export class BankGaransiType {
|
||||
})
|
||||
name: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256,
|
||||
})
|
||||
name_alias: string;
|
||||
|
||||
@Column({
|
||||
type: "enum",
|
||||
enum: Status,
|
||||
|
||||
Reference in New Issue
Block a user