|
@@ -45,4 +45,27 @@ public class InvoiceTitleRespVO {
|
|
|
@ExcelProperty("创建时间")
|
|
|
private LocalDateTime createTime;
|
|
|
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 单位地址
|
|
|
+ */
|
|
|
+
|
|
|
+ private String enterpriseAddress;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 单位电话
|
|
|
+ */
|
|
|
+ private String enterprisePhone;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *企业开户行名称
|
|
|
+ */
|
|
|
+ private String enterpriseBankTitle;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *银行基本户账号
|
|
|
+ */
|
|
|
+ private String enterpriseBankNo;
|
|
|
+
|
|
|
+
|
|
|
}
|