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
| {
| "id": "junkRequirementId",
| "name": "junkRequirement",
| "desc": "旧货市场",
| "shareParam": "communityId",
| "shareColumn": "community_id",
| "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_JUNK_REQUIREMENT",
| "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_JUNK_REQUIREMENT",
| "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_JUNK_REQUIREMENT",
| "newBusinessTypeCdValue": "550200030001",
| "updateBusinessTypeCdValue": "550200040001",
| "deleteBusinessTypeCdValue": "550200050001",
| "businessTableName": "business_junk_requirement",
| "tableName": "junk_requirement",
| "param": {
| "junkRequirementId": "junk_requirement_id",
| "typeCd": "type_cd",
| "classification": "classification",
| "context": "context",
| "referencePrice": "reference_price",
| "communityId": "community_id",
| "publishUserId": "publish_user_id",
| "publishUserName": "publish_user_name",
| "publishUserLink": "publish_user_link",
| "state": "state",
| "statusCd": "status_cd",
| "operate": "operate",
| "bId": "b_id"
| },
| "required": [
| {
| "code": "typeCd",
| "msg": "类型不能为空"
| },
| {
| "code": "classification",
| "msg": "分类不能为空"
| },
| {
| "code": "communityId",
| "msg": "小区不能为空"
| },
| {
| "code": "context",
| "msg": "内容不能为空"
| },
| {
| "code": "referencePrice",
| "msg": "参考价格不能为空"
| },
| {
| "code": "publishUserId",
| "msg": "发布人ID不能为空"
| },
| {
| "code": "publishUserName",
| "msg": "发布人名称不能为空"
| },
| {
| "code": "publishUserLink",
| "msg": "发布人联系电话不能为空"
| }
| ]
| }
|
|