Commit 5a8acb58 by xiang.ru

修改订单详情配送时间字段

parent 822037ae
......@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>assortment-ordercenter-sdk</artifactId>
<version>1.8.6-SNAPSHOT</version>
<version>1.8.7-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
......
......@@ -79,3 +79,4 @@
| 1.8.4-SNAPSHOT| 新增活动类型 | 侯书虎 | 2020-05-26 |
| 1.8.5-SNAPSHOT| 客如云增加字段 | 海波 | 2020-05-26 |
| 1.8.6-SNAPSHOT| 增加完成时间戳字段 | 雷后领 | 2020-05-27**** |
| 1.8.7-SNAPSHOT| 修改订单详情配送时间字段 | 茹祥 | 2020-05-27 |
......@@ -352,38 +352,6 @@ public class QueryOrdersResponse {
*/
private OrderInvoice orderInvoice;
@NoArgsConstructor
@Data
public static class OrderInvoice {
private String address;
//发票金额 单位分
private Long number;
// 银行账号
private String bankCardNo;
//发票内容
private String content;
//开户行
private String invoiceBank;
//发票类型 1:普通发票 2:增值发票
private String invoiceType;
//发票URL地址
private String invoiceUrl;
//订单商品ID
private String itemId;
//订单ID
private String orderId;
//商户编号
private String partnerId;
//电话号码
private String phoneNo;
//税号
private String taxNo;
//发票金额 单位分
private BigDecimal amount;
//发票抬头
private String title;
}
/*@NoArgsConstructor
@Data
public static class OrderCostResp {
......
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