From 178b4ee9f38a8b38b1cb5321fee25a6038b39df9 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 19 二月 2025 11:05:28 +0800
Subject: [PATCH] 中标单位id设为null

---
 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