增加UPLOAD_FILE_TYPE_ENUM
parent
7c8add1f04
commit
bb6b206212
|
|
@ -110,6 +110,7 @@ export declare const UPLOAD_FILE_TYPE_ENUM: {
|
|||
175: 175; // key_homework_signature_inspector 重点作业检查人签字
|
||||
176: 176; // key_homework_defendant 重点作业申辩人签字
|
||||
177: 177; // key_homework_confirmer 重点作业确认人签字
|
||||
178: 178; // ai_alarm_image 重点作业 AI报警图片
|
||||
302: 302; // fire_safety_inspection_passed_images - 消防点检检查合格
|
||||
407: 407; // special_operation_restricted_space_ledger_attachment - 特殊作业-受限空间作业台账附件
|
||||
701: 701; // material_equipment_warehouse_equipment_facilities - 物资装备库-设备设施
|
||||
|
|
@ -235,6 +236,7 @@ export declare const UPLOAD_FILE_PATH_ENUM: {
|
|||
175: "key_homework_signature_inspector";
|
||||
176: "key_homework_defendant";
|
||||
177: "key_homework_confirmer";
|
||||
178: "ai_alarm_image";
|
||||
302: "fire_safety_inspection_passed_images";
|
||||
407: "special_operation_restricted_space_ledger_attachment";
|
||||
701: "material_equipment_warehouse_equipment_facilities";
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
|||
175: 175, // key_homework_signature_inspector 重点作业检查人签字
|
||||
176: 176, // key_homework_defendant 重点作业申辩人签字
|
||||
177: 177, // key_homework_confirmer 重点作业确认人签字
|
||||
178: 178, // ai_alarm_image 重点作业 AI报警图片
|
||||
302: 302, // fire_safety_inspection_passed_images - 消防点检检查合格
|
||||
407: 407, // special_operation_restricted_space_ledger_attachment - 特殊作业-受限空间作业台账附件
|
||||
701: 701, // material_equipment_warehouse_equipment_facilities - 物资装备库-设备设施
|
||||
|
|
@ -238,6 +239,7 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
|||
175: "key_homework_signature_inspector",
|
||||
176: "key_homework_defendant",
|
||||
177: "key_homework_confirmer",
|
||||
178: "ai_alarm_image",
|
||||
302: "fire_safety_inspection_passed_images",
|
||||
407: "special_operation_restricted_space_ledger_attachment",
|
||||
701: "material_equipment_warehouse_equipment_facilities",
|
||||
|
|
|
|||
Loading…
Reference in New Issue