mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-15 15:39:31 +00:00
Added basic ability to store EDA Data in a Part
But that might change, as it is currently not ideal
This commit is contained in:
parent
2ec1a10623
commit
d5f002ac20
12 changed files with 398 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ use App\ApiPlatform\Filter\LikeFilter;
|
|||
use App\ApiPlatform\Filter\PartStoragelocationFilter;
|
||||
use App\Entity\Attachments\AttachmentTypeAttachment;
|
||||
use App\Entity\Parts\PartTraits\AssociationTrait;
|
||||
use App\Entity\Parts\PartTraits\EDATrait;
|
||||
use App\Repository\PartRepository;
|
||||
use Doctrine\DBAL\Types\Types;
|
||||
use App\Entity\Attachments\Attachment;
|
||||
|
|
@ -115,6 +116,7 @@ class Part extends AttachmentContainingDBElement
|
|||
use ParametersTrait;
|
||||
use ProjectTrait;
|
||||
use AssociationTrait;
|
||||
use EDATrait;
|
||||
|
||||
/** @var Collection<int, PartParameter>
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue