From ff540dab36d33379a00592d56cc796e21f993f81 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 21 二月 2025 11:06:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- business/src/main/java/com/ycl/domain/entity/ProjectInfo.java | 13 ++++++++++++- 1 files changed, 12 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..2c0f4fa 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,12 @@ private String constructionNature; @TableField("project_type") - /** 椤圭洰绫诲瀷锛�0鎴垮眿寤虹瓚锛�1鍩庡競鍩虹璁炬柦锛�2浜ら�氳繍杈擄紝3姘村埄锛�4鑳芥簮锛�5闈炵叅鐭垮北锛�6鍏朵粬锛� */ + /** 椤圭洰绫诲瀷 */ private String projectType; + + @TableField("project_sub_type") + /** 椤圭洰瀛愮被鍨� */ + private String projectSubType; @TableField("project_status") /** 椤圭洰鐘舵�� (0鏈紑宸ワ紝1宸插紑宸ワ紝2宸茬宸ワ紝3鏆傚仠) */ @@ -155,4 +160,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