From f33cfe86447c16df8ca665e2e1a5f3333ff57792 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Wed, 27 Aug 2025 17:02:27 +0800
Subject: [PATCH] 版本改造
---
expert-system/src/main/java/com/gkhy/system/domain/ProjectManagement.java | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/expert-system/src/main/java/com/gkhy/system/domain/ProjectManagement.java b/expert-system/src/main/java/com/gkhy/system/domain/ProjectManagement.java
index 3fac159..3a2581c 100644
--- a/expert-system/src/main/java/com/gkhy/system/domain/ProjectManagement.java
+++ b/expert-system/src/main/java/com/gkhy/system/domain/ProjectManagement.java
@@ -148,6 +148,9 @@
@ApiModelProperty(value = "专家名称组长")
private String expertName;
+ @ApiModelProperty(value = "1、内部专家2、外部专家")
+ private Long expertType;
+
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty(value = "项目结束日期")
private Date projectEndTime;
@@ -378,4 +381,12 @@
public void setDeptIds(List<Long> deptIds) {
this.deptIds = deptIds;
}
+
+ public Long getExpertType() {
+ return expertType;
+ }
+
+ public void setExpertType(Long expertType) {
+ this.expertType = expertType;
+ }
}
\ No newline at end of file
--
Gitblit v1.9.2