minor fix bank garansi pending
This commit is contained in:
@ -126,6 +126,10 @@ export class BankGaransi {
|
||||
})
|
||||
created_by: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
approved_at: Date;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256,
|
||||
|
||||
Reference in New Issue
Block a user