Parcourir la source

报销数电发票导出去除备注字段

huangguoce il y a 1 semaine
Parent
commit
7b877e6e86

+ 1 - 1
jeeplus-modules/jeeplus-assess/src/main/java/com/jeeplus/assess/reimbursement/reimbursementInfo/service/dto/ReimbursementAmountInfoDTO.java

@@ -90,7 +90,7 @@ public class ReimbursementAmountInfoDTO extends BaseEntity {
     /**
      * 备注
      */
-    @Excel(name = "备注", width = 30, orderNum = "12")
+    //@Excel(name = "备注", width = 30, orderNum = "12")
     private String remarks;
 
     /**

+ 1 - 1
jeeplus-modules/jeeplus-ccpm/src/main/java/com/jeeplus/ccpm/approvalInfo/service/dto/CcpmReimbursementAmountInfoDTO.java

@@ -90,7 +90,7 @@ public class CcpmReimbursementAmountInfoDTO extends BaseEntity {
     /**
      * 备注
      */
-    @Excel(name = "备注", width = 30, orderNum = "12")
+    //@Excel(name = "备注", width = 30, orderNum = "12")
     private String remarks;
 
     /**

+ 1 - 1
jeeplus-modules/jeeplus-centrecareful/src/main/java/com/jeeplus/centrecareful/approvalInfo/service/dto/ZsReimbursementAmountInfoDTO.java

@@ -89,7 +89,7 @@ public class ZsReimbursementAmountInfoDTO extends BaseEntity {
     /**
      * 备注
      */
-    @Excel(name = "备注", width = 30, orderNum = "12")
+    //@Excel(name = "备注", width = 30, orderNum = "12")
     private String remarks;
 
     /**

+ 1 - 1
jeeplus-modules/jeeplus-consult/src/main/java/com/jeeplus/consultancy/approvalInfo/service/dto/ConsultancyReimbursementAmountInfoDTO.java

@@ -90,7 +90,7 @@ public class ConsultancyReimbursementAmountInfoDTO extends BaseEntity {
     /**
      * 备注
      */
-    @Excel(name = "备注", width = 30, orderNum = "12")
+    //@Excel(name = "备注", width = 30, orderNum = "12")
     private String remarks;
 
     /**

+ 1 - 1
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/reimbursementApproval/approvalInfo/service/dto/CwReimbursementAmountInfoDTO.java

@@ -90,7 +90,7 @@ public class CwReimbursementAmountInfoDTO extends BaseEntity {
     /**
      * 备注
      */
-    @Excel(name = "备注", width = 30, orderNum = "12")
+    //@Excel(name = "备注", width = 30, orderNum = "12")
     private String remarks;
 
     /**