{ "autoMove": true, "id": "settingId", "name": "systemGoldSetting", "desc": "金币设置", "shareParam": "settingId", "shareColumn": "settingId", "shareName": "acct", "tableName": "system_gold_setting", "param": { "settingId": "setting_id", "goldName": "gold_name", "goldType": "gold_type", "buyPrice": "buy_price", "usePrice": "use_price", "validity": "validity", "state": "state", "statusCd": "status_cd" }, "required": [ { "code": "buyPrice", "msg": "购买价不能为空" }, { "code": "usePrice", "msg": "使用价不能为空" }, { "code": "validity", "msg": "有效期不能为空" } ] }