template_rentingPoolAttr.json 554 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "autoMove": true,
  3. "id": "attrId",
  4. "name": "rentingPoolAttr",
  5. "desc": "出租房屋属性",
  6. "shareParam": "communityId",
  7. "shareColumn": "community_id",
  8. "shareName": "user",
  9. "tableName": "renting_pool_attr",
  10. "param": {
  11. "rentingId": "renting_id",
  12. "attrId": "attr_id",
  13. "specCd": "spec_cd",
  14. "value": "value",
  15. "statusCd": "status_cd"
  16. },
  17. "required": [
  18. {
  19. "code": "rentingId",
  20. "msg": "出租房屋ID不能为空"
  21. },
  22. {
  23. "code": "specCd",
  24. "msg": "用户规格不能为空"
  25. }
  26. ]
  27. }