java110
2021-04-02 c9fe62bdaa3e88efe9cfa1a1a9eae70c56cd359b
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
{
  "autoMove": true,
  "id": "planId",
  "name": "contractCollectionPlan",
  "desc": "合同收款计划",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "store",
  "tableName": "contract_collection_plan",
  "param": {
    "storeId": "store_id",
    "planId": "plan_id",
    "contractId": "contract_id",
    "planName": "plan_name",
    "feeId": "fee_id",
    "feeName": "fee_name",
    "remark": "remark",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "contractId",
      "msg": "合同ID不能为空"
    },
    {
      "code": "feeId",
      "msg": "费用不能为空"
    },
    {
      "code": "storeId",
      "msg": "商户ID不能为空"
    },
    {
      "code": "planName",
      "msg": "收款计划名称不能为空"
    }
  ]
}