Browse Source

核注核放bug修改

wenjinbiao 8 months ago
parent
commit
79529b0193

+ 5 - 5
snowy-plugin/snowy-plugin-biz/src/main/java/vip/xiaonuo/biz/modular/qysecondlinehfd/entity/QySecondlineHfd.java

@@ -60,7 +60,7 @@ public class QySecondlineHfd {
     /** 台账编号 */
     @Schema(description = "台账编号")
     @ColumnWidth(12)
-    @ExcelIgnore
+    @ExcelProperty(index = 3,value = "核放类型")
     private String ledgerCode;
 
     /** 进出标志 */
@@ -78,13 +78,13 @@ public class QySecondlineHfd {
     /** 关联核注清单编号 */
     @Schema(description = "关联核注清单编号")
     @ColumnWidth(12)
-    @ExcelProperty(index = 3,value = "关联核注清单编号")
+    @ExcelProperty(index = 4,value = "关联核注清单编号")
     private String glhzqdbh;
 
     /** 申报类型 */
     @Schema(description = "申报类型")
     @ColumnWidth(12)
-    @ExcelProperty(index = 4,value = "申报类型")
+    @ExcelProperty(index = 5,value = "申报类型")
     private String sblx;
 
     /** 单据类型 */
@@ -210,7 +210,7 @@ public class QySecondlineHfd {
     /** 申报时间 */
     @Schema(description = "申报时间")
     @ColumnWidth(12)
-    @ExcelProperty(index = 5,value = "申报时间")
+    @ExcelProperty(index = 6,value = "申报时间")
     private Date sbsj;
 
     /** 申请人 */
@@ -228,7 +228,7 @@ public class QySecondlineHfd {
     /** 单据状态 */
     @Schema(description = "单据状态")
     @ColumnWidth(12)
-    @ExcelProperty(index = 6,value = "单据状态")
+    @ExcelProperty(index = 7,value = "单据状态")
     private String status;
 
     /** 创建人 */