From 210e1254a08b00dde6d131ef6cf06ff498c6ec74 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Sat, 15 Nov 2025 17:41:49 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/enum/uploadFile/gwj/index.js b/enum/uploadFile/gwj/index.js index 0f3a225..9af7683 100644 --- a/enum/uploadFile/gwj/index.js +++ b/enum/uploadFile/gwj/index.js @@ -65,6 +65,8 @@ export const UPLOAD_FILE_TYPE_ENUM = { 136: 136, 137: 137, 138: 138, + 139: 139, + 140: 140, }; /** @@ -134,4 +136,6 @@ export const UPLOAD_FILE_PATH_ENUM = { 136: "accident_incident", 137: "accident_incident", 138: "hidden_disposal_plan", + 139: "safety_environmental_inspection_inspection_signature", + 140: "safety_environmental_inspection_inspection_situation", };