{ "id": "junkRequirementId", "name": "junkRequirement", "desc": "旧货市场", "shareParam": "communityId", "shareColumn": "community_id", "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_JUNK_REQUIREMENT", "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_JUNK_REQUIREMENT", "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_JUNK_REQUIREMENT", "newBusinessTypeCdValue": "550200030001", "updateBusinessTypeCdValue": "550200040001", "deleteBusinessTypeCdValue": "550200050001", "businessTableName": "business_junk_requirement", "tableName": "junk_requirement", "param": { "junkRequirementId": "junk_requirement_id", "typeCd": "type_cd", "classification": "classification", "context": "context", "referencePrice": "reference_price", "communityId": "community_id", "publishUserId": "publish_user_id", "publishUserName": "publish_user_name", "publishUserLink": "publish_user_link", "state": "state", "statusCd": "status_cd", "operate": "operate", "bId": "b_id" }, "required": [ { "code": "typeCd", "msg": "类型不能为空" }, { "code": "classification", "msg": "分类不能为空" }, { "code": "communityId", "msg": "小区不能为空" }, { "code": "context", "msg": "内容不能为空" }, { "code": "referencePrice", "msg": "参考价格不能为空" }, { "code": "publishUserId", "msg": "发布人ID不能为空" }, { "code": "publishUserName", "msg": "发布人名称不能为空" }, { "code": "publishUserLink", "msg": "发布人联系电话不能为空" } ] }