1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
| {
| "groups": [
| {
| "name": "vci.file",
| "type": "com.vci.file.properties.VciFileTransProperties",
| "sourceType": "com.vci.file.properties.VciFileTransProperties"
| }
| ],
| "properties": [
| {
| "name": "vci.file.check-table-exist",
| "type": "java.lang.String",
| "description": "是否检查数据库表",
| "sourceType": "com.vci.file.properties.VciFileTransProperties"
| },
| {
| "name": "vci.file.trans-protocal",
| "type": "com.vci.file.enumpck.VciFileTransProtocolEnum",
| "description": "传输协议",
| "sourceType": "com.vci.file.properties.VciFileTransProperties"
| },
| {
| "name": "vci.file.zip-charset",
| "type": "java.lang.String",
| "description": "压缩包的格式",
| "sourceType": "com.vci.file.properties.VciFileTransProperties",
| "defaultValue": "GBK"
| }
| ],
| "hints": []
| }
|
|