Sfoglia il codice sorgente

字段类型修改

LiFei 3 anni fa
parent
commit
d7c5a9c585

+ 1 - 1
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwaccount/entity/HlwCompanyInvoiceCategory.java

@@ -77,5 +77,5 @@ public class HlwCompanyInvoiceCategory implements Serializable {
     private java.lang.String updateBy;
 
     @TableField(exist = false)
-    private java.lang.Integer invoiceCategoryName;
+    private String invoiceCategoryName;
 }