Added an TME data provider

This commit is contained in:
Jan Böhmer 2023-07-15 01:01:20 +02:00
parent 0cb46039dd
commit f9fdae9de9
7 changed files with 397 additions and 1 deletions

View file

@ -36,6 +36,8 @@ class SearchResultDTO
public readonly string $name,
/** @var string A short description of the part */
public readonly string $description,
/** @var string|null The category the distributor assumes for the part */
public readonly ?string $category = null,
/** @var string|null The manufacturer of the part */
public readonly ?string $manufacturer = null,
/** @var string|null The manufacturer part number */