This commit is contained in:
fro1991
2025-03-21 02:23:59 +07:00
parent a99f3c58c7
commit 7756d6f0f8

View File

@ -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;