|
@@ -11,7 +11,6 @@ import lombok.Setter;
|
|
|
@NoArgsConstructor
|
|
@NoArgsConstructor
|
|
|
@Setter
|
|
@Setter
|
|
|
@Getter
|
|
@Getter
|
|
|
-@AllArgsConstructor
|
|
|
|
|
public class AddToCartDto {
|
|
public class AddToCartDto {
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -26,7 +25,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;
|
|
|
|
|
|