|
@@ -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;
|
|
|
+
|
|
|
+
|
|
|
+ private Integer type;
|
|
|
+
|
|
|
+
|
|
|
}
|