Commit 0f19bc25 by 刘继明

添加被回退的代码和升级sdk版本

parent 3642d6a4
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<dependency> <dependency>
<groupId>cn.freemud</groupId> <groupId>cn.freemud</groupId>
<artifactId>assortment-ordercenter-sdk</artifactId> <artifactId>assortment-ordercenter-sdk</artifactId>
<version>2.1.75-RELEASE</version> <version>3.0.2-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -95,5 +95,8 @@ public class OrderExpressReq { ...@@ -95,5 +95,8 @@ public class OrderExpressReq {
*/ */
public BigDecimal businessDeliveryAmount; public BigDecimal businessDeliveryAmount;
/**
* 详细地址
*/
private String addressDetail;
} }
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