From bd3abf9b8101a31e745de1ec76f6d98317b2de2e Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 04 十二月 2024 13:50:45 +0800 Subject: [PATCH] 首页流程待办查询接口支持部门 --- business/src/main/java/com/ycl/domain/entity/ProjectInvestmentFunding.java | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/business/src/main/java/com/ycl/domain/entity/ProjectInvestmentFunding.java b/business/src/main/java/com/ycl/domain/entity/ProjectInvestmentFunding.java index 28343de..93486e7 100644 --- a/business/src/main/java/com/ycl/domain/entity/ProjectInvestmentFunding.java +++ b/business/src/main/java/com/ycl/domain/entity/ProjectInvestmentFunding.java @@ -123,17 +123,9 @@ /** 鍏朵粬鎶曡祫鎬婚 */ private String otherInvestmentTotal; - @TableField("gmt_create_time") - /** 鍒涘缓鏃堕棿 */ - private LocalDateTime gmtCreateTime; - @TableField("create_by") /** 鍒涘缓浜� */ private Long createBy; - - @TableField("gmt_update_time") - /** 鏇存柊鏃堕棿 */ - private LocalDateTime gmtUpdateTime; @TableField("update_by") /** 鏇存柊浜� */ -- Gitblit v1.8.0