java110
2021-06-16 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5
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
{
  "autoMove": true,
  "id": "receiptId",
  "name": "feeReceipt",
  "desc": "收据",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "fee",
  "tableName": "fee_receipt",
  "param": {
    "receiptId": "receipt_id",
    "communityId": "community_id",
    "objType": "obj_type",
    "objId": "obj_id",
    "objName": "obj_name",
    "amount": "amount",
    "remark": "remark",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "communityId",
      "msg": "小区不能为空"
    },
    {
      "code": "amount",
      "msg": "金额不能为空"
    },
    {
      "code": "objName",
      "msg": "名称不能为空"
    }
  ]
}