{ "autoMove": true, "id": "attrId", "name": "contractChangePlanDetailAttr", "desc": "合同变更属性", "shareParam": "storeId", "shareColumn": "store_id", "shareName": "store", "tableName": "contract_change_plan_detail_attr", "param": { "storeId": "store_id", "detailId": "detail_id", "contractId": "contract_id", "attrId": "attr_id", "specCd": "spec_cd", "value": "value", "statusCd": "status_cd" }, "required": [ { "code": "contractId", "msg": "合同ID不能为空" }, { "code": "detailId", "msg": "变更明细不能为空" }, { "code": "storeId", "msg": "商户ID不能为空" }, { "code": "specCd", "msg": "用户规格不能为空" } ] }