增加UPLOAD_FILE_TYPE_ENUM
parent
fb470e6513
commit
d195a47f43
|
|
@ -14,6 +14,7 @@ export declare const UPLOAD_FILE_TYPE_ENUM: {
|
||||||
602: 602; // gate_access_vehicle_photo - 门口门禁车辆车辆照片
|
602: 602; // gate_access_vehicle_photo - 门口门禁车辆车辆照片
|
||||||
606: 606; // gate_access_vehicle_applicant_signature - 门口门禁车辆申请人签字
|
606: 606; // gate_access_vehicle_applicant_signature - 门口门禁车辆申请人签字
|
||||||
607: 607; // gate_access_vehicle_violation - 门口门禁车辆违规照片
|
607: 607; // gate_access_vehicle_violation - 门口门禁车辆违规照片
|
||||||
|
608: 608; // gate_access_face_photo - 门口门禁人脸照片
|
||||||
603: 603; // gate_access_vehicle_attachment - 门口门禁车辆附件
|
603: 603; // gate_access_vehicle_attachment - 门口门禁车辆附件
|
||||||
604: 604; // emission_standard_certificate - 排放标准证明
|
604: 604; // emission_standard_certificate - 排放标准证明
|
||||||
605: 605; // motor_vehicle_registration_certificate_green_book - 机动车登记证书(绿本)
|
605: 605; // motor_vehicle_registration_certificate_green_book - 机动车登记证书(绿本)
|
||||||
|
|
@ -115,6 +116,7 @@ export declare const UPLOAD_FILE_PATH_ENUM: {
|
||||||
602: "gate_access_vehicle_photo";
|
602: "gate_access_vehicle_photo";
|
||||||
606: "gate_access_vehicle_applicant_signature";
|
606: "gate_access_vehicle_applicant_signature";
|
||||||
607: "gate_access_vehicle_violation";
|
607: "gate_access_vehicle_violation";
|
||||||
|
608: "gate_access_face_photo";
|
||||||
603: "gate_access_vehicle_attachment";
|
603: "gate_access_vehicle_attachment";
|
||||||
604: "emission_standard_certificate";
|
604: "emission_standard_certificate";
|
||||||
605: "motor_vehicle_registration_certificate_green_book";
|
605: "motor_vehicle_registration_certificate_green_book";
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
||||||
602: 602, // gate_access_vehicle_photo - 门口门禁车辆车辆照片
|
602: 602, // gate_access_vehicle_photo - 门口门禁车辆车辆照片
|
||||||
606: 606, // gate_access_vehicle_applicant_signature - 门口门禁车辆申请人签字
|
606: 606, // gate_access_vehicle_applicant_signature - 门口门禁车辆申请人签字
|
||||||
607: 607, // gate_access_vehicle_violation - 门口门禁车辆违规照片
|
607: 607, // gate_access_vehicle_violation - 门口门禁车辆违规照片
|
||||||
|
608: 608, // gate_access_face_photo - 门口门禁人脸照片
|
||||||
603: 603, // gate_access_vehicle_attachment - 门口门禁车辆附件
|
603: 603, // gate_access_vehicle_attachment - 门口门禁车辆附件
|
||||||
604: 604, // emission_standard_certificate - 排放标准证明
|
604: 604, // emission_standard_certificate - 排放标准证明
|
||||||
605: 605, // motor_vehicle_registration_certificate_green_book - 机动车登记证书(绿本)
|
605: 605, // motor_vehicle_registration_certificate_green_book - 机动车登记证书(绿本)
|
||||||
|
|
@ -118,6 +119,7 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
||||||
602: "gate_access_vehicle_photo",
|
602: "gate_access_vehicle_photo",
|
||||||
606: "gate_access_vehicle_applicant_signature",
|
606: "gate_access_vehicle_applicant_signature",
|
||||||
607: "gate_access_vehicle_violation",
|
607: "gate_access_vehicle_violation",
|
||||||
|
608: "gate_access_face_photo",
|
||||||
603: "gate_access_vehicle_attachment",
|
603: "gate_access_vehicle_attachment",
|
||||||
604: "emission_standard_certificate",
|
604: "emission_standard_certificate",
|
||||||
605: "motor_vehicle_registration_certificate_green_book",
|
605: "motor_vehicle_registration_certificate_green_book",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue