Commit 0f4c3a3f by zhaoliang.huang

2021年9月23日-开票历史列表接口+详情接口+发票所含订单接口-黄兆良

parent a67c9b91
...@@ -11,7 +11,7 @@ public class QueryInvoiceRep { ...@@ -11,7 +11,7 @@ public class QueryInvoiceRep {
//C端 //C端
private Date createTime;//开票日期 private Date createTime;//开票日期
private Integer invoiceType;//发票类型,004:增值税专用发票;007:增值税普通发票;026:增 值税电子发票;025:增值税卷式发票;028:增值税专用电子发票(万象) private Integer invoiceType;//发票类型,004:增值税专用发票;007:增值税普通发票;026:增 值税电子发票;025:增值税卷式发票;028:增值税专用电子发票(万象)
private BigDecimal amount;//发票金额,保留两位小数(聚合:所有订单实付金额) private Integer amount;//发票金额,单位是分(聚合:所有订单实付金额)
private Integer orderQuantity;//订单数量 private Integer orderQuantity;//订单数量
//补充 //补充
......
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