java110
2021-11-12 787337cff4af952b3dec5efd5fe86a0dc28781a5
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
{
  "templateKeyName": "报表ID",
  "templateName": "报表",
  "columns": [
    {
      "hasDefaultValue": false,
      "limitParam": "30",
      "code": "customId",
      "limitErrInfo": "报表编号不能超过30",
      "cnCode": "报表编号",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,报表编号"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "30",
      "code": "groupId",
      "limitErrInfo": "组编号不能超过30",
      "cnCode": "组编号",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,组编号"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "64",
      "code": "title",
      "limitErrInfo": "选项标题不能超过64",
      "cnCode": "选项标题",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,选项标题"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "11",
      "code": "seq",
      "limitErrInfo": "排序不能超过11",
      "cnCode": "排序",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,排序"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "512",
      "code": "remark",
      "limitErrInfo": "描述不能超过512",
      "cnCode": "描述",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": false,
      "desc": "描述"
    }
  ],
  "searchName": "报表ID",
  "directories": "dev",
  "searchCode": "customId",
  "templateCode": "reportCustom",
  "conditions": [
    {
      "whereCondition": "equal",
      "code": "customId",
      "name": "报表编号",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "groupId",
      "name": "组编号",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "title",
      "name": "选项标题",
      "inputType": "input"
    }
  ],
  "templateKey": "customId"
}