From ebfd0b0c9ac0feba1eca66783af5cdc8ec6ce38c Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 14 十二月 2022 11:17:00 +0800 Subject: [PATCH] feat: 添加暂不处理和暂不学习批处理接口 --- ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamConstruction.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamConstruction.java b/ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamConstruction.java index f3ac7f7..833bfca 100644 --- a/ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamConstruction.java +++ b/ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamConstruction.java @@ -143,7 +143,7 @@ * 鍒涘缓鏃堕棿 */ @TableField("create_time") - @ExcelProperty(value = "鍒涘缓鏃堕棿", index = 11) + @ExcelIgnore private LocalDateTime createTime; /** -- Gitblit v1.8.0