From 31cba27f3f8ef2cdb02f1fa0d3df7b41605a3ba5 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 24 二月 2025 14:26:46 +0800
Subject: [PATCH] 编辑项目其它信息项目id为空bug
---
business/src/main/java/com/ycl/domain/entity/ProjectInfo.java | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 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..177a90a 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鏆傚仠) */
@@ -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