From 245663c4f6092eb9f06905e684d6ecb04aeb1313 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 16 一月 2025 22:33:08 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/project_management-java --- 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