MAJ ajout produit

This commit is contained in:
2026-04-13 15:09:28 +02:00
parent 94df917149
commit 260fe71d4f
4 changed files with 7 additions and 5 deletions

View File

@@ -36,6 +36,5 @@ namespace PyroFetes.Models
public List<WarehouseProduct>? WarehouseProducts { get; set; }
public List<ProductTimecode>? ProductTimecodes { get; set; }
}
}