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
| {
| "param": {
| "idCard": "id_card",
| "openId": "open_id",
| "link": "link",
| "remark": "remark",
| "statusCd": "status_cd",
| "userId": "user_id",
| "appType": "app_type",
| "appUserName": "app_user_name",
| "nickname": "nickname",
| "headimgurl": "headimgurl",
| "communityName": "community_name",
| "state": "state",
| "appUserId": "app_user_id",
| "communityId": "community_id",
| "appTypeCd": "app_type_cd",
| "memberId": "member_id"
| },
| "name": "ownerAppUser",
| "shareColumn": "community_id",
| "id": "appUserId",
| "shareName": "user",
| "autoMove": true,
| "required": [
| {
| "msg": "app用户ID不能为空",
| "code": "appUserId"
| },
| {
| "msg": "业主成员ID不能为空",
| "code": "memberId"
| },
| {
| "msg": "小区Id不能为空",
| "code": "communityId"
| },
| {
| "msg": "小区名称不能为空",
| "code": "communityName"
| },
| {
| "msg": "app用户名称不能为空",
| "code": "appUserName"
| },
| {
| "msg": "身份证号不能为空",
| "code": "idCard"
| },
| {
| "msg": "联系人手机号不能为空",
| "code": "link"
| },
| {
| "msg": "app不能为空",
| "code": "openId"
| },
| {
| "msg": "应用类型不能为空",
| "code": "appTypeCd"
| },
|
| {
| "msg": "绑定业主手机端类型不能为空",
| "code": "appType"
| }
| ],
| "desc": "业主用户小区关系",
| "shareParam": "communityId",
| "tableName": "owner_app_user"
| }
|
|