java110
2021-09-14 f1d1ad21cae722ceba4677cc30c133bd8c3b0701
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
{
  "autoMove": true,
  "id": "auditId",
  "name": "payFeeAudit",
  "desc": "缴费审核",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "fee",
  "tableName": "pay_fee_audit",
  "param": {
    "feeId": "fee_id",
    "feeDetailId": "fee_detail_id",
    "message": "message",
    "auditUserId": "audit_user_id",
    "auditUserName": "audit_user_name",
    "communityId": "community_id",
    "state": "state",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "communityId",
      "msg": "小区不能为空"
    },
    {
      "code": "feeId",
      "msg": "费用不能为空"
    },
    {
      "code": "auditUserId",
      "msg": "审核人不能为空"
    },
    {
      "code": "auditUserName",
      "msg": "审核人不能为空"
    },
    {
      "code": "state",
      "msg": "审核状态不能为空"
    }
  ]
}