Commit 55f060e0 by 张洪旺

fix

parent 3040a70f
......@@ -48,6 +48,8 @@ public class CreateOrderProductRequest extends BaseConfig {
* 商品货号,商品服务可重复
*/
private String productCode;
/**
* 商品价格 单价分
*/
......@@ -201,6 +203,8 @@ public class CreateOrderProductRequest extends BaseConfig {
private String classificationName;
private String category;
private List<String> specialCodes;
private List<OrderSpecialExtraAttrRequest> specialAttrs;
......
......@@ -40,7 +40,7 @@
<dependency>
<groupId>cn.freemud</groupId>
<artifactId>assortment-ordercenter-sdk</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.20-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
......
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