| 1234567891011121314151617181920212223242526272829 |
- {
- "autoMove": true,
- "id": "attrId",
- "name": "rentingPoolAttr",
- "desc": "出租房屋属性",
- "shareParam": "communityId",
- "shareColumn": "community_id",
- "shareName": "user",
- "tableName": "renting_pool_attr",
- "param": {
- "rentingId": "renting_id",
- "attrId": "attr_id",
- "specCd": "spec_cd",
- "value": "value",
- "statusCd": "status_cd"
- },
- "required": [
- {
- "code": "rentingId",
- "msg": "出租房屋ID不能为空"
- },
- {
- "code": "specCd",
- "msg": "用户规格不能为空"
- }
- ]
- }
|