Commit 70909017 by 姜海波

更新最新master代码

parent 60dac3bd
......@@ -43,5 +43,6 @@ public class PaySuccessReq {
//从支付成功开始计时,超时未接单的时间(单位:分钟)
private Integer timeout;
//扩展字段
private String extInfo;
}
......@@ -110,4 +110,7 @@ public class OrderItemCreateReq {
//商品明细扩展对象
private String extInfo;
// 是否删除
private Boolean isDeleted;
}
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