feat : ajout du numéro identification des receptions et ajustement du bon de reception
This commit is contained in:
@@ -8,6 +8,7 @@ import type { DriverData } from '~/services/dto/driver-data'
|
||||
|
||||
export interface ReceptionData {
|
||||
id: number
|
||||
identificationNumber?: string | null
|
||||
licensePlate: string | null
|
||||
weights?: WeightEntryData[] | null
|
||||
receptionDate: string
|
||||
|
||||
Reference in New Issue
Block a user