mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-17 06:59:35 +00:00
Added an TME data provider
This commit is contained in:
parent
0cb46039dd
commit
f9fdae9de9
7 changed files with 397 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue