feat : ajout de colonne pour les Supplier, Address. Modification du numéro de réception et ajout de fixtures

This commit is contained in:
2026-01-30 11:49:13 +01:00
parent bbe0a9fdd4
commit 7341b9c69d
19 changed files with 766 additions and 13 deletions

View File

@@ -2,6 +2,7 @@ export interface AddressData {
id: number
label: string
street: string
street2?: string | null
postalCode: string
city: string
countryCode: string