Commit a888602c by ping.wu

商品服务sdk升级

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