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
| {
| "id": "returnFeeId",
| "name": "returnPayFee",
| "desc": "退费表",
| "shareParam": "communityId",
| "shareColumn": "community_id",
| "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_RETURN_PAY_FEE",
| "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_RETURN_PAY_FEE",
| "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_RETURN_PAY_FEE",
| "newBusinessTypeCdValue": "621100030001",
| "updateBusinessTypeCdValue": "621100040001",
| "deleteBusinessTypeCdValue": "621100050001",
| "businessTableName": "business_return_pay_fee",
| "tableName": "return_pay_fee",
| "param": {
| "returnFeeId": "return_fee_id",
| "bId": "bId",
| "configId": "config_id",
| "communityId": "community_id",
| "feeId": "fee_id",
| "feeTypeCd": "fee_type_cd",
| "detailId": "detail_id",
| "cycles": "cycles",
| "receivableAmount": "receivable_amount",
| "receivedAmount": "received_amount",
| "primeRate": "prime_rate",
| "remark": "remark",
| "state": "state",
| "statusCd": "status_cd",
| "payTime": "pay_time",
| "operate": "operate",
| "reason": "reason"
| },
| "required": [
| {
| "code": "configId",
| "msg": "费用项ID不能为空"
| },
| {
| "code": "feeId",
| "msg": "feeId不能为空"
| },
| {
| "code": "communityId",
| "msg": "小区不能为空"
| },
| {
| "code": "detailId",
| "msg": "缴费id不能为空"
| },
| {
| "code": "reason",
| "msg": "退费原因不能为空"
| }
| ]
| }
|
|