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
{
  "autoMove": true,
  "id": "attrId",
  "name": "contractAttr",
  "desc": "合同属性",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "store",
  "tableName": "contract_attr",
  "param": {
    "storeId": "store_id",
    "contractId": "contract_id",
    "attrId": "attr_id",
    "specCd": "spec_cd",
    "value": "value",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "contractId",
      "msg": "合同ID不能为空"
    },
    {
      "code": "storeId",
      "msg": "商户ID不能为空"
    },
    {
      "code": "specCd",
      "msg": "用户规格不能为空"
    }
  ]
}