From 01c29b4b6cfb1a3223cf9e322f33ead42093e77c Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期三, 02 四月 2025 09:11:22 +0800 Subject: [PATCH] 类名统一,查询启用赋码规则代码提到service --- business/src/main/java/com/ycl/domain/entity/ProjectInfo.java | 63 ++++++++++++++++++++++++------- 1 files changed, 48 insertions(+), 15 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 5414527..6b70800 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; @@ -33,9 +34,21 @@ /** 寤鸿鍐呭 */ private String content; + @TableField("construction_nature") + /** 寤鸿鎬ц川 */ + 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鏆傚仠) */ @@ -49,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") /** 鏍囩 */ @@ -60,6 +73,14 @@ @TableField("competent_department") /** 涓荤閮ㄩ棬(瀵瑰簲瀹℃壒閮ㄩ棬id) */ private String competentDepartment; + + @TableField("competent_department_person") + /** 涓荤閮ㄩ棬鑱旂郴浜� */ + private String competentDepartmentPerson; + + @TableField("competent_department_phone") + /** 涓荤閮ㄩ棬鑱旂郴鏂瑰紡 */ + private String competentDepartmentPhone; @TableField("area") /** 琛屾斂鍖哄煙 */ @@ -97,17 +118,17 @@ /** 璁″垝绔e伐鏃堕棿 */ private Date planCompleteTime; - @TableField("win_unit") - /** 涓爣鍗曚綅 */ - private String winUnit; - - @TableField("win_amount") - /** 涓爣閲戦 */ - private String winAmount; - - @TableField("win_time") - /** 涓爣鏃堕棿 */ - private Date winTime; +// @TableField("win_unit") +// /** 涓爣鍗曚綅 */ +// private String winUnit; +// +// @TableField("win_amount") +// /** 涓爣閲戦 */ +// private String winAmount; +// +// @TableField("win_time") +// /** 涓爣鏃堕棿 */ +// private Date winTime; @TableField("project_address") /** 璇︾粏鍦板潃 */ @@ -151,4 +172,16 @@ @TableField("remark") /** 瀹℃牳淇℃伅 */ private String remark; + + @TableField("industry_competent_department") + /** 琛屼笟涓荤閮ㄩ棬 */ + private Long industryCompetentDepartment; + + @TableField("industry_competent_department_person") + /** 琛屼笟涓荤閮ㄩ棬鑱旂郴浜� */ + private String industryCompetentDepartmentPerson; + + @TableField("department_person_phone") + /** 琛屼笟涓荤閮ㄩ棬鑱旂郴鏂瑰紡 */ + private String departmentPersonPhone; } -- Gitblit v1.8.0