From 2236321be028e7b14ae163a3f3a45c79e9fb4dc7 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 12 二月 2025 17:46:16 +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