Commit b114da45 by chongli

用户待开发票接口和用户开票接口开发

parent d50de8ea
......@@ -25,6 +25,10 @@ public class InvoiceBean {
*/
private Integer orderId;
/**
* 添加的发票涉及到的订单
*/
private Integer[] orderIds;
/**
* 发票类型
*/
private Character specType;
......@@ -334,4 +338,12 @@ public class InvoiceBean {
this.taxIdBankAccount = taxIdBankAccount;
}
public Integer[] getOrderIds() {
return orderIds;
}
public void setOrderIds(Integer[] orderIds) {
this.orderIds = orderIds;
}
}
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 sign in to comment