From 209345aba07634876d4f2d2206af5df9d8d9823d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 17 二月 2025 16:30:41 +0800
Subject: [PATCH] 临时导入项目接口完善

---
 business/src/main/java/com/ycl/domain/entity/ProjectPlanInfo.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/business/src/main/java/com/ycl/domain/entity/ProjectPlanInfo.java b/business/src/main/java/com/ycl/domain/entity/ProjectPlanInfo.java
index f82e768..e7bd034 100644
--- a/business/src/main/java/com/ycl/domain/entity/ProjectPlanInfo.java
+++ b/business/src/main/java/com/ycl/domain/entity/ProjectPlanInfo.java
@@ -31,6 +31,10 @@
     /** 浜嬮」鍚嶇О */
     private String title;
 
+    @TableField("plan_status")
+    /** 鐘舵��(鏈鏍革細0锛屽凡椹冲洖锛�1锛屽凡閫氳繃锛�2) */
+    private Integer planStatus;
+
     @TableField("progress_status")
     /** 鐘舵��(0锛氭湭瀹屾垚锛�1锛氬緟瀹℃牳锛�2锛氬凡椹冲洖锛�3锛氬凡瀹屾垚) */
     private Integer progressStatus;

--
Gitblit v1.8.0