增加UPLOAD_FILE_TYPE_ENUM

master
LiuJiaNan 2026-03-12 10:30:22 +08:00
parent 507d5d1fe2
commit 56cc57d710
2 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,8 @@ export declare const UPLOAD_FILE_TYPE_ENUM: {
19: 19; // three_level_safety_education_training - 三级教育培训
601: 601; // gate_access_vehicle_license_photo - 门口门禁车辆行驶证照片
602: 602; // gate_access_vehicle_photo - 门口门禁车辆车辆照片
606: 606; // gate_access_vehicle_applicant_signature - 门口门禁车辆申请人签字
607: 607; // gate_access_vehicle_violation - 门口门禁车辆违规照片
603: 603; // gate_access_vehicle_attachment - 门口门禁车辆附件
604: 604; // emission_standard_certificate - 排放标准证明
605: 605; // motor_vehicle_registration_certificate_green_book - 机动车登记证书(绿本)
@ -111,6 +113,8 @@ export declare const UPLOAD_FILE_PATH_ENUM: {
19: "three_level_safety_education_training";
601: "gate_access_vehicle_license_photo";
602: "gate_access_vehicle_photo";
606: "gate_access_vehicle_applicant_signature";
607: "gate_access_vehicle_violation";
603: "gate_access_vehicle_attachment";
604: "emission_standard_certificate";
605: "motor_vehicle_registration_certificate_green_book";

View File

@ -15,6 +15,8 @@ export const UPLOAD_FILE_TYPE_ENUM = {
19: 19, // three_level_safety_education_training - 三级教育培训
601: 601, // gate_access_vehicle_license_photo - 门口门禁车辆行驶证照片
602: 602, // gate_access_vehicle_photo - 门口门禁车辆车辆照片
606: 606, // gate_access_vehicle_applicant_signature - 门口门禁车辆申请人签字
607: 607, // gate_access_vehicle_violation - 门口门禁车辆违规照片
603: 603, // gate_access_vehicle_attachment - 门口门禁车辆附件
604: 604, // emission_standard_certificate - 排放标准证明
605: 605, // motor_vehicle_registration_certificate_green_book - 机动车登记证书(绿本)
@ -114,6 +116,8 @@ export const UPLOAD_FILE_PATH_ENUM = {
19: "three_level_safety_education_training",
601: "gate_access_vehicle_license_photo",
602: "gate_access_vehicle_photo",
606: "gate_access_vehicle_applicant_signature",
607: "gate_access_vehicle_violation",
603: "gate_access_vehicle_attachment",
604: "emission_standard_certificate",
605: "motor_vehicle_registration_certificate_green_book",