public async Task <ApiResult> Detail(int id) { var res = await _columnService.GetModelAsync(d => d.Id == id); return(new ApiResult(data: res)); }