From 4470052c3b6bdeb18e45987f8aa293d1e93d0552 Mon Sep 17 00:00:00 2001
From: Ludc <2870569285@qq.com>
Date: 星期二, 18 十一月 2025 11:59:12 +0800
Subject: [PATCH] 所有文件上传接口增加文件安全校验逻辑。
---
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/mdm/data.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/mdm/data.json b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/mdm/data.json
new file mode 100644
index 0000000..0ae9039
--- /dev/null
+++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/mdm/data.json
@@ -0,0 +1,49 @@
+{
+ "codeSrchCondConfigVOS": [],
+ "codeShowFieldConfigVOS": [
+ {
+ "field": "id",
+ "title": "缂栧彿",
+ "fieldType": "text",
+ "fieldTypeText": "鏂囨湰妗�",
+ "sort": true,
+ "attrSortField": "id",
+ "width": "150",
+ "isquery": true,
+ "$cellEdit": false,
+ "$index": 0,
+ "$fieldTypeText": "鏂囨湰妗�",
+ "$fixedPosition": ""
+ },
+ {
+ "field": "name",
+ "title": "鍚嶇О",
+ "fieldType": "text",
+ "fieldTypeText": "鏂囨湰妗�",
+ "sort": true,
+ "attrSortField": "name",
+ "width": "180",
+ "isquery": true,
+ "$cellEdit": false,
+ "$index": 1,
+ "$fieldTypeText": "鏂囨湰妗�",
+ "$fixedPosition": ""
+ }
+ ],
+ "referTypeName": "Part",
+ "referType": "part",
+ "textField": "id",
+ "valueField": "id",
+ "type": "default",
+ "url": "",
+ "backPath": "",
+ "method": "GET",
+ "height": "",
+ "useFormKey": "",
+ "paramForFormKey": "",
+ "isMuti": false,
+ "mapFields": "",
+ "isOpenGlobal": true,
+ "isPersistence": false,
+ "limit": "100"
+}
--
Gitblit v1.9.3