1098226878
2021-09-13 3f1dc57d57ef0ceafcc59cd5ce34ff90cfe6d146
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
{
  "autoMove": true,
  "id": "floorId",
  "name": "floor",
  "desc": "楼栋",
  "shareParam": "floorId",
  "shareColumn": "floor_id",
  "shareName": "community",
  "tableName": "f_floor",
  "param": {
    "floorId": "floor_id",
    "bId": "b_id",
    "floorNum": "floor_num",
    "name": "name",
    "userId": "user_id",
    "remark": "remark",
    "communityId": "community_id",
    "floorArea": "floor_area"
  },
  "required": [
    {
      "code": "floorId",
      "msg": "用户名称不能为空"
    },
    {
      "code": "bId",
      "msg": "密码不能为空"
    },
    {
      "code": "floorNum",
      "msg": "手机号不能为空"
    },
    {
      "code": "name",
      "msg": "手机号不能为空"
    },
    {
      "code": "userId",
      "msg": "手机号不能为空"
    },
    {
      "code": "communityId",
      "msg": "手机号不能为空"
    },
    {
      "code": "floorArea",
      "msg": "手机号不能为空"
    }
  ]
}