示例#1
0
 public async Task <IActionResult> Update([FromBody] KPIVM entity)
 {
     return(Ok(await _KPIService.UpdateAsync(entity)));
 }