diff --git a/enum/uploadFile/gwj/index.js b/enum/uploadFile/gwj/index.js index 3e2804d..40e38b0 100644 --- a/enum/uploadFile/gwj/index.js +++ b/enum/uploadFile/gwj/index.js @@ -81,6 +81,10 @@ export const UPLOAD_FILE_TYPE_ENUM = { 149: 149, // safety_qualification - 相关方-安全资质(弃用,全部改成使用148) 150: 150, // promise_bookmark_photo - 安全承诺签字 151: 151, // project_related_materials - 相关方-项目相关资料 + 152: 152, // legal_and_regulatory_database - 法律法规库 + 153: 153, // regulations_resource_library - 安全生产操作规程资源库 + 154: 154, // responsibility_based_resource_library - 安全生产责任制资源库 + 155: 155, // institutional_resource_library - 安全生产管理制度资源库 }; /** @@ -163,4 +167,8 @@ export const UPLOAD_FILE_PATH_ENUM = { 149: "safety_qualification", 150: "promise_bookmark_photo", 151: "project_related_materials", + 152: "legal_and_regulatory_database", + 153: "regulations_resource_library", + 154: "responsibility_based_resource_library", + 155: "institutional_resource_library", };