@@ -68,4 +68,10 @@ public class InvoiceTitleRespVO {
private String enterpriseBankNo;
+ /**
+ * 0.增值 1.普票
+ */
+ private Integer type;
+
}