diff --git a/src/enum/uploadFile/gwj/index.d.ts b/src/enum/uploadFile/gwj/index.d.ts index 2f9b782..7c018ae 100644 --- a/src/enum/uploadFile/gwj/index.d.ts +++ b/src/enum/uploadFile/gwj/index.d.ts @@ -91,6 +91,7 @@ export declare const UPLOAD_FILE_TYPE_ENUM: { 162: 162; // photos_safety_production_management_personnel - 安全生产管理人员证件照片 163: 163; // education_and_training_application - 教培申请承诺书 164: 164; // cover_of_education_and_training_courses - 课程封面 + 302: 302; // fire_safety_inspection_passed_images - 消防点检检查合格 }; /** @@ -186,4 +187,5 @@ export declare const UPLOAD_FILE_PATH_ENUM: { 162: "photos_safety_production_management_personnel"; 163: "education_and_training_application"; 164: "cover_of_education_and_training_courses"; + 302: "fire_safety_inspection_passed_images"; }; diff --git a/src/enum/uploadFile/gwj/index.js b/src/enum/uploadFile/gwj/index.js index 1cd5190..b69607c 100644 --- a/src/enum/uploadFile/gwj/index.js +++ b/src/enum/uploadFile/gwj/index.js @@ -94,6 +94,7 @@ export const UPLOAD_FILE_TYPE_ENUM = { 162: 162, // photos_safety_production_management_personnel - 安全生产管理人员证件照片 163: 163, // education_and_training_application - 教培申请承诺书 164: 164, // cover_of_education_and_training_courses - 课程封面 + 302: 302, // fire_safety_inspection_passed_images - 消防点检检查合格 }; /** @@ -189,4 +190,5 @@ export const UPLOAD_FILE_PATH_ENUM = { 162: "photos_safety_production_management_personnel", 163: "education_and_training_application", 164: "cover_of_education_and_training_courses", + 302: "fire_safety_inspection_passed_images", };