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
| {
| "autoMove": true,
| "id": "titleId",
| "name": "reportInfoSettingTitle",
| "desc": "进出上报题目设置",
| "shareParam": "communityId",
| "shareColumn": "community_id",
| "shareName": "report",
| "tableName": "report_info_setting_title",
| "param": {
| "titleId": "title_id",
| "settingId": "setting_id",
| "title": "title",
| "titleType": "title_type",
| "seq": "seq",
| "communityId": "community_id",
| "createTime": "create_time",
| "statusCd": "status_cd"
| },
| "required": [
| {
| "code": "titleId",
| "msg": "合同ID不能为空"
| },
| {
| "code": "settingId",
| "msg": "商户ID不能为空"
| },
| {
| "code": "title",
| "msg": "用户规格不能为空"
| },
| {
| "code": "titleType",
| "msg": "用户规格不能为空"
| },
| {
| "code": "seq",
| "msg": "用户规格不能为空"
| },
| {
| "code": "communityId",
| "msg": "用户规格不能为空"
| }
| ]
| }
|
|