wfy
2021-09-14 cd33651deff9fff7e7d9651b766210771c075190
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
{
  "autoMove": true,
  "id": "detailId",
  "name": "hcGovTranslateDetail",
  "desc": "信息分类",
  "shareParam": "detailId",
  "shareColumn": "detail_id",
  "shareName": "common",
  "tableName": "hc_gov_translate_detail",
  "param": {
    "detailId": "detail_id",
    "tranId": "tran_id",
    "communityId": "community_id",
    "reqBody": "req_body",
    "resBody": "res_body",
    "createTime": "create_time",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "detailId",
      "msg": "小区不能为空"
    },
    {
      "code": "tranId",
      "msg": "分类不能为空"
    },
    {
      "code": "communityId",
      "msg": "顺序不能为空"
    },
    {
      "code": "reqBody",
      "msg": "显示不能为空"
    },
    {
      "code": "resBody",
      "msg": "显示不能为空"
    }
  ]
}