浏览代码

Merge remote-tracking branch 'origin/master'

Blazej 3 年之前
父节点
当前提交
23751a27d5
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/main/java/com/example/plantsforyou/dto/AddToCartDto.java

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

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