Compare commits

..

2 Commits

Author SHA1 Message Date
LiuJiaNan c3f4eb9e1f 1.0.71 2025-11-08 13:43:45 +08:00
LiuJiaNan 3b2cc8eefd 增加UPLOAD_FILE_TYPE_ENUM项 2025-11-08 13:43:35 +08:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "zy-react-library",
"private": false,
"version": "1.0.70",
"version": "1.0.71",
"type": "module",
"description": "",
"author": "LiuJiaNan",