From 4894ff5d3dded33b4d50c5cba7c3659f340ae9a7 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 24 二月 2025 23:06:48 +0800
Subject: [PATCH] 下面阶段查询bug

---
 business/src/main/java/com/ycl/domain/entity/ProjectInfo.java |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/business/src/main/java/com/ycl/domain/entity/ProjectInfo.java b/business/src/main/java/com/ycl/domain/entity/ProjectInfo.java
index 5053aa7..4ef110f 100644
--- a/business/src/main/java/com/ycl/domain/entity/ProjectInfo.java
+++ b/business/src/main/java/com/ycl/domain/entity/ProjectInfo.java
@@ -4,6 +4,7 @@
 import com.baomidou.mybatisplus.annotation.TableField;
 import com.baomidou.mybatisplus.annotation.TableName;
 import com.ycl.system.domain.base.AbsEntity;
+import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
 import java.math.BigDecimal;
@@ -38,8 +39,16 @@
     private String constructionNature;
 
     @TableField("project_type")
-    /** 椤圭洰绫诲瀷锛�0鎴垮眿寤虹瓚锛�1鍩庡競鍩虹璁炬柦锛�2浜ら�氳繍杈擄紝3姘村埄锛�4鑳芥簮锛�5闈炵叅鐭垮北锛�6鍏朵粬锛� */
+    /** 椤圭洰绫诲瀷 */
     private String projectType;
+
+    @TableField("project_sub_type")
+    /** 椤圭洰瀛愮被鍨� */
+    private String projectSubType;
+
+    @TableField("attract_investment")
+    /** 鏄惁鎷涘晢寮曡祫椤圭洰锛�0 涓嶆槸  1 鏄� */
+    private String attractInvestment;
 
     @TableField("project_status")
     /** 椤圭洰鐘舵��  (0鏈紑宸ワ紝1宸插紑宸ワ紝2宸茬宸ワ紝3鏆傚仠) */
@@ -53,9 +62,9 @@
     /** 鎶曡祫绫诲埆锛�0浼佷笟鎶曡祫锛�1鏀垮簻鎶曡祫锛�2澶栧晢鎶曡祫锛�3澧冨鎶曡祫锛� */
     private String investType;
 
-//    @TableField("project_phase")
-//    /** 椤圭洰闃舵(0鍌ㄥ瑙勫垝闃舵,  1椤圭洰鍓嶆湡闃舵,  2瀹炴柦闃舵,  3绔e伐鎶曠敤闃舵) */
-//    private String projectPhase;
+    @TableField("project_phase")
+    /** 椤圭洰闃舵(1鍌ㄥ瑙勫垝闃舵,  2椤圭洰鍓嶆湡闃舵,  3瀹炴柦闃舵,  4绔e伐鎶曠敤闃舵) */
+    private String projectPhase;
 
     @TableField("tag")
     /** 鏍囩 */
@@ -155,4 +164,10 @@
     @TableField("remark")
     /** 瀹℃牳淇℃伅 */
     private String remark;
+    @TableField("industry_competent_department")
+    private Long industryCompetentDepartment;
+    @TableField("industry_competent_department_person")
+    private Long industryCompetentDepartmentPerson;
+    @TableField("department_person_phone")
+    private String departmentPersonPhone;
 }

--
Gitblit v1.8.0