mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-09 09:28:19 +00:00
automation
This commit is contained in:
@@ -97,6 +97,10 @@ export class WarehouseInventory extends BaseEntity {
|
||||
@Column({ name: 'status', type: 'varchar', length: 32, default: 'RECEIVED' })
|
||||
status!: WarehouseInventoryStatus;
|
||||
|
||||
// Batch 4.5: latest inspection outcome (PASSED | FAILED | NEEDS_REVIEW). Null = not yet inspected.
|
||||
@Column({ name: 'inspection_status', type: 'varchar', length: 20, nullable: true })
|
||||
inspectionStatus?: string | null;
|
||||
|
||||
@Column({ name: 'arrived_at', type: 'timestamptz', nullable: true })
|
||||
arrivedAt?: Date | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user