Commit 3ed4fbaa by ping.wu

合并冲突修改

parent 470138cf
...@@ -117,30 +117,6 @@ public class ActivityCalculationDiscountRequestDto { ...@@ -117,30 +117,6 @@ public class ActivityCalculationDiscountRequestDto {
*/ */
private List<Material> smallMaterial; private List<Material> smallMaterial;
private List<Material> smallMaterial;
@Data
@NoArgsConstructor
static public class Material {
/**
* 加料商品ID
*/
private String goodsId;
/**
* 加料数量
*/
private Integer goodsQuantity;
/**
* 加料单价
*/
private Long originalPrice;
/**
* 1 :小料、2:可选搭配
*/
private int type;
}
@Override @Override
public boolean equals(Object o) { public boolean equals(Object o) {
if (this == o) if (this == o)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment