mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
Added API endpoints for more data structures
This commit is contained in:
parent
9bd1b86f6e
commit
e04b635c98
8 changed files with 233 additions and 18 deletions
|
@ -82,6 +82,9 @@ abstract class AbstractCompany extends AbstractPartsContainingDBElement
|
|||
#[ORM\Column(type: Types::STRING)]
|
||||
protected string $website = '';
|
||||
|
||||
#[Groups(['company:read', 'company:write'])]
|
||||
protected string $comment = '';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue