瀏覽代碼

布撤防导出字段增加ExcelIgnore

jingyuanchao 1 年之前
父節點
當前提交
31d33ee91e

+ 1 - 0
soc-modules/soc-modules-core/src/main/java/com/xunmei/core/resumption/vo/protection/ProtectionPageVo.java

@@ -92,6 +92,7 @@ public class ProtectionPageVo {
     @ColumnWidth(20)
     private Date statusChangeTime;
 
+    @ExcelIgnore
     private Integer inBook;
 }