Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/master'

Blazej 3 gadi atpakaļ
vecāks
revīzija
23751a27d5

+ 0 - 2
src/main/java/com/example/plantsforyou/dto/AddToCartDto.java

@@ -9,7 +9,6 @@ import lombok.Setter;
 @NoArgsConstructor
 @NoArgsConstructor
 @Setter
 @Setter
 @Getter
 @Getter
-@AllArgsConstructor
 public class AddToCartDto {
 public class AddToCartDto {
 
 
     /*
     /*
@@ -24,7 +23,6 @@ public class AddToCartDto {
     * \"inStock\":true,
     * \"inStock\":true,
     * \"amountInBasket\":2}]"
     * \"amountInBasket\":2}]"
     * */
     * */
-    Long id;
     private @NotNull Long plantId;
     private @NotNull Long plantId;
     private @NotNull Integer amountInBasket;
     private @NotNull Integer amountInBasket;