- Implemented endpoint
GET /stock/batchs/:id
to return batches associated with a product. - Implemented endpoint
GET /batchs-raw/
to return raw material batches associated with a product. - Added DTOs for response formatting.
- Updated repository methods to fetch data based on product ID.