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