From 2b1fcb7e70a37e3599f4adb42b913e4fde5f1d2b Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 16 Jan 2026 14:59:05 +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 --- src/enum/uploadFile/gwj/index.d.ts | 4 ++++ src/enum/uploadFile/gwj/index.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/enum/uploadFile/gwj/index.d.ts b/src/enum/uploadFile/gwj/index.d.ts index 829ebb6..2f9b782 100644 --- a/src/enum/uploadFile/gwj/index.d.ts +++ b/src/enum/uploadFile/gwj/index.d.ts @@ -89,6 +89,8 @@ export declare const UPLOAD_FILE_TYPE_ENUM: { 160: 160; // special_equipment_operator_photo - 特种设备操作人员证件照片 161: 161; // main_responsible_person_photo - 主要负责人证件照片 162: 162; // photos_safety_production_management_personnel - 安全生产管理人员证件照片 + 163: 163; // education_and_training_application - 教培申请承诺书 + 164: 164; // cover_of_education_and_training_courses - 课程封面 }; /** @@ -182,4 +184,6 @@ export declare const UPLOAD_FILE_PATH_ENUM: { 160: "special_equipment_operator_photo"; 161: "main_responsible_person_photo"; 162: "photos_safety_production_management_personnel"; + 163: "education_and_training_application"; + 164: "cover_of_education_and_training_courses"; }; diff --git a/src/enum/uploadFile/gwj/index.js b/src/enum/uploadFile/gwj/index.js index fcf1bf3..1cd5190 100644 --- a/src/enum/uploadFile/gwj/index.js +++ b/src/enum/uploadFile/gwj/index.js @@ -92,6 +92,8 @@ export const UPLOAD_FILE_TYPE_ENUM = { 160: 160, // special_equipment_operator_photo - 特种设备操作人员证件照片 161: 161, // main_responsible_person_photo - 主要负责人证件照片 162: 162, // photos_safety_production_management_personnel - 安全生产管理人员证件照片 + 163: 163, // education_and_training_application - 教培申请承诺书 + 164: 164, // cover_of_education_and_training_courses - 课程封面 }; /** @@ -185,4 +187,6 @@ export const UPLOAD_FILE_PATH_ENUM = { 160: "special_equipment_operator_photo", 161: "main_responsible_person_photo", 162: "photos_safety_production_management_personnel", + 163: "education_and_training_application", + 164: "cover_of_education_and_training_courses", };