|
@@ -45,7 +45,7 @@ public class InvoiceListRespVO {
|
|
|
|
|
|
@Schema(description = "支付订单id", example = "32484")
|
|
|
@ExcelProperty("支付订单id")
|
|
|
- private Integer payOrderId;
|
|
|
+ private Long payOrderId;
|
|
|
|
|
|
@Schema(description = "发票文件地址")
|
|
|
@ExcelProperty("发票文件地址")
|
|
@@ -53,4 +53,28 @@ public class InvoiceListRespVO {
|
|
|
|
|
|
private Long price;
|
|
|
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 单位地址
|
|
|
+ */
|
|
|
+
|
|
|
+ private String enterpriseAddress;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 单位电话
|
|
|
+ */
|
|
|
+ private String enterprisePhone;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *企业开户行名称
|
|
|
+ */
|
|
|
+ private String enterpriseBankTitle;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *银行基本户账号
|
|
|
+ */
|
|
|
+ private String enterpriseBankNo;
|
|
|
+
|
|
|
+
|
|
|
+ private Integer type;
|
|
|
}
|