增加UPLOAD_FILE_TYPE_ENUM项

master
LiuJiaNan 2025-11-08 13:43:35 +08:00
parent f8e92d0f7a
commit 3b2cc8eefd
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
134: 134, 134: 134,
135: 135, 135: 135,
136: 136, 136: 136,
137: 137,
}; };
/** /**
@ -130,4 +131,5 @@ export const UPLOAD_FILE_PATH_ENUM = {
134: "project_authority_review_signature", 134: "project_authority_review_signature",
135: "branch_manager_approval_signature", 135: "branch_manager_approval_signature",
136: "accident_incident", 136: "accident_incident",
137: "accident_incident",
}; };