增值税页面修改

This commit is contained in:
hjc
2019-11-18 16:53:50 +08:00
parent a8b0c4a2a1
commit 7fe32afd3f
17 changed files with 240 additions and 86 deletions
@@ -57,6 +57,7 @@ public class BssVatInvoice implements Serializable {
private String totalAmountCn;
//发票类型
//增值税普通发票 0; 增值税专用发票 1
@Column(name = "invoice_type")
private Integer invoiceType;
-5
View File
@@ -4,11 +4,6 @@
<facet type="Spring" name="Spring">
<configuration />
</facet>
<facet type="web" name="Web">
<configuration>
<webroots />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />