mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
Improved documentation of entity fields
This commit is contained in:
parent
219fbe5fca
commit
f01ec9dbe4
13 changed files with 30 additions and 27 deletions
|
@ -86,7 +86,7 @@ abstract class AbstractCompany extends AbstractPartsContainingDBElement
|
|||
protected string $comment = '';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
* @var string The link to the website of an article. Use %PARTNUMBER% as placeholder for the part number.
|
||||
*/
|
||||
#[ORM\Column(type: Types::STRING)]
|
||||
protected string $auto_product_url = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue