usd remove from the portal

This commit is contained in:
Marshal
2026-08-08 12:40:07 +00:00
parent 7a84826947
commit 83b9e32670
9 changed files with 104 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ export class Container extends BaseEntity {
type: 'varchar',
nullable: true,
})
sealNumber!: string | null;
sealNumber!: string | null;
@Column({ type: 'varchar', default: 'AVAILABLE' })
status!: string; // AVAILABLE, LOADED, IN_TRANSIT, MAINTENANCE, DAMAGED