update
This commit is contained in:
@ -71,6 +71,9 @@ export class AssetRequestOrder {
|
||||
@Column({ nullable: true, length: 4096 })
|
||||
file: string;
|
||||
|
||||
@Column({ nullable: true, length: 256 })
|
||||
nota_dinas: string;
|
||||
|
||||
@Column({ type: 'varchar', length: 50, default: 'pending' })
|
||||
status: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user