From b5d319285186901e6b8f958d1a815c6aa592f0e4 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 19 二月 2025 15:34:53 +0800
Subject: [PATCH] 新增行业主管部门
---
business/src/main/java/com/ycl/domain/entity/ProjectInfo.java | 7 +++++++
1 files changed, 7 insertions(+), 0 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..0e32af5 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;
@@ -155,4 +156,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