mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 19:58:53 +02:00
Improved schema infos of Manufacturer endpoints
This commit is contained in:
parent
676c8eeefb
commit
6b5c51bdc5
5 changed files with 20 additions and 8 deletions
|
@ -40,6 +40,11 @@ use Symfony\Component\Validator\Constraints as Assert;
|
|||
#[ORM\MappedSuperclass]
|
||||
abstract class AbstractCompany extends AbstractPartsContainingDBElement
|
||||
{
|
||||
#[Groups(['company:read'])]
|
||||
protected ?\DateTimeInterface $addedDate = null;
|
||||
#[Groups(['company:read'])]
|
||||
protected ?\DateTimeInterface $lastModified = null;
|
||||
|
||||
/**
|
||||
* @var string The address of the company
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue