From 91921823fb85dbd1ee236020c7b81f6bdf6d7edb Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期一, 24 三月 2025 13:51:16 +0800
Subject: [PATCH] 调整业务逻辑

---
 expert-system/src/main/java/com/gkhy/system/domain/vo/response/ProjectExpertManagementInfoRes.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/expert-system/src/main/java/com/gkhy/system/domain/vo/response/ProjectExpertManagementInfoRes.java b/expert-system/src/main/java/com/gkhy/system/domain/vo/response/ProjectExpertManagementInfoRes.java
index b161de3..7cfeddf 100644
--- a/expert-system/src/main/java/com/gkhy/system/domain/vo/response/ProjectExpertManagementInfoRes.java
+++ b/expert-system/src/main/java/com/gkhy/system/domain/vo/response/ProjectExpertManagementInfoRes.java
@@ -66,6 +66,12 @@
     private Long step;
 
     /**
+     * 专家人数
+     */
+    @ApiModelProperty(value = "专家人数")
+    private Long expertNum;
+
+    /**
      * 项目预计开始日期
      */
     @JsonFormat(pattern = "yyyy-MM-dd")

--
Gitblit v1.9.2