Commit 6dcf133c by zhiheng.zhang

添加配送字段

parent d73fc4df
......@@ -19,6 +19,7 @@ import lombok.NoArgsConstructor;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
import javax.persistence.Column;
import java.math.BigDecimal;
import java.util.List;
......@@ -391,6 +392,11 @@ public class QueryOrdersResponse {
// 预计到达时间
private Long estimateDeliveryCompleteTime;
/**
* 配送类型 1自配送(三方渠道配送、商家店员配送) 2平台配送
*/
private Byte expressType;
@NoArgsConstructor
@Data
public static class AddDeliveryInfo {
......
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