From 41d5af89f7de2961e03b2f630fbd0da6abef8566 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 03 三月 2025 10:00:32 +0800 Subject: [PATCH] 流程推进详情bug --- common/src/main/java/com/ycl/common/enums/business/FileTypeEnum.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/common/src/main/java/com/ycl/common/enums/business/FileTypeEnum.java b/common/src/main/java/com/ycl/common/enums/business/FileTypeEnum.java index 771c5df..88a8fe9 100644 --- a/common/src/main/java/com/ycl/common/enums/business/FileTypeEnum.java +++ b/common/src/main/java/com/ycl/common/enums/business/FileTypeEnum.java @@ -13,6 +13,8 @@ @Getter public enum FileTypeEnum { PROJECT_INFO("project_info", "椤圭洰鍩烘湰淇℃伅"), + INVEST_POLICY("invest_policy","鎶曡祫椤圭洰浜т笟鏀跨瓥绗﹀悎鎯呭喌"), + DOCUMENT_INFO("document_info","鐩稿叧鏂囦欢"), PROJECT_COMPLETE_REPORT("project_complete_report", "椤圭洰绔e伐鎶ュ憡"), PROJECT_SITUATION_DESCRIPTION("project_situation_description", "椤圭洰鎯呭喌璇存槑"), PROJECT_PROGRESS_INFO_REPORT("project_progress_info_report", "椤圭洰杩涘害璁″垝椤逛笂鎶�"); -- Gitblit v1.8.0