Browse Source

发票抬头增加发票类型字段返回

DESKTOP-VAEGFGM\zqc 9 months ago
parent
commit
ccbed641d7

+ 6 - 0
citu-module-member/citu-module-member-biz/src/main/java/com/citu/module/member/controller/app/invoice/vo/InvoiceTitleRespVO.java

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