def delete(_id): model.remove_obj(_id) return Resp.ok()
def delete(_id): # 支持表格字段里的任何搜索 model.remove_obj(_id) return Resp.ok()