mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
Added very basic controls to edit a projects BOM
This commit is contained in:
parent
b1ed52bcc3
commit
c78bc01d23
6 changed files with 158 additions and 7 deletions
|
@ -32,6 +32,7 @@ use Symfony\Component\Validator\Constraints as Assert;
|
|||
* The ProjectBOMEntry class represents a entry in a project's BOM.
|
||||
*
|
||||
* @ORM\Table("device_parts")
|
||||
* @ORM\HasLifecycleCallbacks()
|
||||
* @ORM\Entity()
|
||||
*/
|
||||
class ProjectBOMEntry extends AbstractDBElement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue