@@ -47,7 +47,6 @@ discard block |
||
47 | 47 | * @ORM\Id |
48 | 48 | * @ORM\GeneratedValue(strategy="IDENTITY") |
49 | 49 | * @Groups({"pruduct_read","product_unity_read"}) |
50 | - |
|
51 | 50 | */ |
52 | 51 | private $id; |
53 | 52 | |
@@ -56,7 +55,6 @@ discard block |
||
56 | 55 | * |
57 | 56 | * @ORM\Column(name="product_unit", type="string", length=3, nullable=false) |
58 | 57 | * @Groups({"pruduct_read","product_unity_read"}) |
59 | - |
|
60 | 58 | */ |
61 | 59 | private $productUnit; |
62 | 60 |