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
| {
| "templateName":"小区",
| "templateCode":"community",
| "templateKey":"communityId",
| "templateKeyName":"小区ID",
| "columns":[
| {
| "code":"name",
| "cnCode":"小区名称",
| "desc":"必填,请填写小区名称",
| "required":true,
| "hasDefaultValue":false,
| "inputType":"input",
| "limit":"maxin",
| "limitParam":"10,20",
| "limitErrInfo":"小区名称必须在10至20字符之间"
| },
| {
| "code":"address",
| "cnCode":"小区地址",
| "desc":"必填,请填写小区地址",
| "required":true,
| "hasDefaultValue":false,
| "inputType":"input",
| "limit":"maxin",
| "limitParam":"200",
| "limitErrInfo":"小区地址不能大于200个字符"
| },
| {
| "code":"nearbyLandmarks",
| "cnCode":"附近地标",
| "desc":"必填,请填写小区附近地标",
| "required":true,
| "hasDefaultValue":false,
| "inputType":"input",
| "limit":"maxin",
| "limitParam":"50",
| "limitErrInfo":"小区附近地标不能大于50个字符"
| },
| {
| "code":"cityCode",
| "cnCode":"城市编码",
| "desc":"",
| "required":false,
| "hasDefaultValue":true,
| "defaultValue":"0971",
| "inputType":"none",
| "limit":"maxin",
| "limitParam":"12",
| "limitErrInfo":"小区城市编码不能大于4个字符"
| },
| {
| "code":"mapX",
| "cnCode":"小区维度",
| "desc":"",
| "required":false,
| "hasDefaultValue":true,
| "defaultValue":"101.33",
| "inputType":"none",
| "limit":"maxin",
| "limitParam":"20",
| "limitErrInfo":"小区城市编码不能大于4个字符"
| },
| {
| "code":"mapY",
| "cnCode":"小区经度",
| "desc":"",
| "required":false,
| "hasDefaultValue":true,
| "defaultValue":"101.33",
| "inputType":"none",
| "limit":"maxin",
| "limitParam":"20",
| "limitErrInfo":"小区城市编码不能大于4个字符"
| }
|
|
| ]
| }
|
|