From 3b2cc8eefd146773b01e40ea3d554a1845a468a5 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Sat, 8 Nov 2025 13:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0UPLOAD=5FFILE=5FTYPE=5FENUM?= =?UTF-8?q?=E9=A1=B9?= 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 514d1b1..11ace14 100644 --- a/enum/uploadFile/gwj/index.js +++ b/enum/uploadFile/gwj/index.js @@ -63,6 +63,7 @@ export const UPLOAD_FILE_TYPE_ENUM = { 134: 134, 135: 135, 136: 136, + 137: 137, }; /** @@ -130,4 +131,5 @@ export const UPLOAD_FILE_PATH_ENUM = { 134: "project_authority_review_signature", 135: "branch_manager_approval_signature", 136: "accident_incident", + 137: "accident_incident", };