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", };