From 325227b0fb16cf002ad855c645ac8c1d386a30fb Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Thu, 11 Dec 2025 09:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0UPLOAD=5FFILE=5FTYPE=5FENUM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enum/uploadFile/gwj/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enum/uploadFile/gwj/index.js b/enum/uploadFile/gwj/index.js index 40e38b0..8ed1996 100644 --- a/enum/uploadFile/gwj/index.js +++ b/enum/uploadFile/gwj/index.js @@ -85,6 +85,7 @@ export const UPLOAD_FILE_TYPE_ENUM = { 153: 153, // regulations_resource_library - 安全生产操作规程资源库 154: 154, // responsibility_based_resource_library - 安全生产责任制资源库 155: 155, // institutional_resource_library - 安全生产管理制度资源库 + 156: 156, // security_management_agreement - 相关方-安全管理协议 }; /** @@ -171,4 +172,5 @@ export const UPLOAD_FILE_PATH_ENUM = { 153: "regulations_resource_library", 154: "responsibility_based_resource_library", 155: "institutional_resource_library", + 156: "security_management_agreement", };