| | |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | |
| | | @PostMapping("/updSlVolumeProductionZy") |
| | | @ApiOperation(value = "修改转移") |
| | | public R updSlVolumeProductionZy(@RequestBody UpdaddSlVolumeProductionZyDTO updaddSlVolumeProductionZyDTO) { |
| | | public R updSlVolumeProductionZy(@RequestBody List<UpdaddSlVolumeProductionZyDTO> updaddSlVolumeProductionZyDTO) { |
| | | slVolumeProductionZyService.updSlVolumeProductionZy(updaddSlVolumeProductionZyDTO); |
| | | return R.ok(); |
| | | } |