template_1.json 974 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "autoMove": true,
  3. "id": "attrId",
  4. "name": "communityLocationAttr",
  5. "desc": "位置属性",
  6. "shareParam": "communityId",
  7. "shareColumn": "community_id",
  8. "shareName": "community",
  9. "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_LOCATION_ATTR",
  10. "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_LOCATION_ATTR",
  11. "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_LOCATION_ATTR",
  12. "newBusinessTypeCdValue": "570100030002",
  13. "updateBusinessTypeCdValue": "570100040002",
  14. "deleteBusinessTypeCdValue": "570100050002",
  15. "businessTableName": "business_community_location_attr",
  16. "tableName": "community_location_attr",
  17. "param": {
  18. "communityId": "community_id",
  19. "locationId": "location_id",
  20. "bId": "b_id",
  21. "attrId": "attr_id",
  22. "specCd": "spec_cd",
  23. "value": "value",
  24. "createTime": "create_time",
  25. "statusCd": "status_cd",
  26. "operate": "operate"
  27. },
  28. "required": [
  29. {
  30. "code": "specCd",
  31. "msg": "属性不能为空"
  32. }
  33. ]
  34. }