@@ -74,4 +74,7 @@ public class InvoiceListRespVO {
*银行基本户账号
*/
private String enterpriseBankNo;
+
+ private Integer type;
}
@@ -37,4 +37,31 @@ public class InvoiceListSaveReqVO {
@Schema(description = "支付订单id", example = "32484")
private Long payOrderId;
+ /**
+ * 单位地址
+ */
+ private String enterpriseAddress;
+ * 单位电话
+ private String enterprisePhone;
+ *企业开户行名称
+ private String enterpriseBankTitle;
+ *银行基本户账号
+ private String enterpriseBankNo;
@@ -62,4 +62,32 @@ public class InvoiceListDO extends BaseDO {
private Long price;
+ * 0.增值 1.普票