java110
2021-10-07 dc9d277592a68cc2c348d7e53fe60f58a479afb9
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
{
  "param": {
    "voice": "voice",
    "typeCd": "type_cd",
    "text3": "text3",
    "text4": "text4",
    "text1": "text1",
    "text2": "text2",
    "paId": "pa_id",
    "statusCd": "status_cd",
    "communityId": "community_id"
  },
  "name": "",
  "shareColumn": "community_id",
  "id": "",
  "shareName": "",
  "autoMove": true,
  "required": [
    {
      "msg": "停车场ID不能为空",
      "code": "paId"
    },
    {
      "msg": "小区ID不能为空",
      "code": "communityId"
    },
    {
      "msg": "类型:1001不能为空",
      "code": "typeCd"
    },
    {
      "msg": "文字显示第一行不能为空",
      "code": "text1"
    },
    {
      "msg": "文字显示第二行不能为空",
      "code": "text2"
    },
    {
      "msg": "文字显示第三行不能为空",
      "code": "text3"
    },
    {
      "msg": "文字显示第四行不能为空",
      "code": "text4"
    },
    {
      "msg": "语音播放不能为空",
      "code": "voice"
    }
  ],
  "desc": "",
  "shareParam": "communityId",
  "tableName": "parking_area_text"
}