java110
2021-11-12 2926d12eb0cc5f4490325fded6d35a91d8d76e77
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
  "templateKeyName": "组件ID",
  "templateName": "报表组件",
  "columns": [
    {
      "hasDefaultValue": false,
      "limitParam": "64",
      "code": "name",
      "limitErrInfo": "组件名称不能超过64",
      "cnCode": "组件名称",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,组件名称"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "12",
      "code": "componentType",
      "limitErrInfo": "组件类型不能超过12",
      "cnCode": "组件类型",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,组件类型"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "1",
      "code": "queryModel",
      "limitErrInfo": "查询方式不能超过1",
      "cnCode": "查询方式",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,查询方式"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "1024",
      "code": "sql",
      "limitErrInfo": "执行sql不能超过1024",
      "cnCode": "执行sql",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": false,
      "desc": "执行sql"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "1024",
      "code": "javaScript",
      "limitErrInfo": "执行java脚本代码不能超过1024",
      "cnCode": "执行java脚本代码",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": false,
      "desc": "执行java脚本代码"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "512",
      "code": "remark",
      "limitErrInfo": "描述不能超过512",
      "cnCode": "描述",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": false,
      "desc": "描述"
    }
  ],
  "searchName": "组件ID",
  "directories": "dev",
  "searchCode": "componentId",
  "templateCode": "reportCustomComponent",
  "conditions": [
    {
      "whereCondition": "equal",
      "code": "componentId",
      "name": "组件ID",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "name",
      "name": "组件名称",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "componentType",
      "name": "组件类型",
      "inputType": "input"
    }
  ],
  "templateKey": "componentId"
}