zy-react-library 1.0.115 → 1.0.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -74,6 +74,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
74
74
  142: 142, // safety_environmental_inspection_inspected_signature - 安全环保检查-被检查人签字
75
75
  143: 143, // safety_environmental_inspection_inspected_file - 安全环保检查-被检查文件
76
76
  144: 144, // safety_environmental_inspection_defense_signature - 安全环保检查-申辩签字
77
+ 146: 146, // safety_environmental_inspection_acceptance - 安全环保检查-验收
77
78
  145: 145, // qualified_list_inspection - 清单检查合格
78
79
  };
79
80
 
@@ -151,4 +152,5 @@ export const UPLOAD_FILE_PATH_ENUM = {
151
152
  143: "safety_environmental_inspection_inspected_file",
152
153
  144: "safety_environmental_inspection_defense_signature",
153
154
  145: "qualified_list_inspection",
155
+ 146: "safety_environmental_inspection_acceptance",
154
156
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.115",
4
+ "version": "1.0.116",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",