{ "autoMove": true, "id": "titleId", "name": "reportInfoSettingTitle", "desc": "进出上报题目设置", "shareParam": "communityId", "shareColumn": "community_id", "shareName": "report", "tableName": "report_info_setting_title", "param": { "titleId": "title_id", "settingId": "setting_id", "title": "title", "titleType": "title_type", "seq": "seq", "communityId": "community_id", "createTime": "create_time", "statusCd": "status_cd" }, "required": [ { "code": "titleId", "msg": "合同ID不能为空" }, { "code": "settingId", "msg": "商户ID不能为空" }, { "code": "title", "msg": "用户规格不能为空" }, { "code": "titleType", "msg": "用户规格不能为空" }, { "code": "seq", "msg": "用户规格不能为空" }, { "code": "communityId", "msg": "用户规格不能为空" } ] }