Commit a888602c by ping.wu

商品服务sdk升级

parent 81b62516
......@@ -42,8 +42,7 @@
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
<artifactId>productcenter-sdk</artifactId>
<!--<version>3.7.RELEASE</version>-->
<version>3.6.5.SNAPSHOT</version>
<version>3.8.0.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
......
......@@ -35,8 +35,7 @@
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
<artifactId>productcenter-sdk</artifactId>
<!--<version>3.7.RELEASE</version>-->
<version>3.6.5.SNAPSHOT</version> <!-- //3.6.4-SNAPSHOTE -->
<version>3.8.0.RELEASE</version>
</dependency>
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
......
......@@ -84,7 +84,7 @@ public class ActivityCalculationDiscountRequestDto {
@Data
public static class CalculationDiscountGoods {
/**
* 商品ID
* 键位编号(麦咖啡)
*/
private String goodsCode;
/**
......@@ -118,30 +118,6 @@ public class ActivityCalculationDiscountRequestDto {
private List<Material> smallMaterial;
private String spuId;
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
public boolean equals(Object 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