|
@@ -252,11 +252,11 @@ public class ShiftConfigurationController extends JeecgController<ShiftConfigura
|
|
|
}
|
|
|
|
|
|
@PostMapping("/switchSteel")
|
|
|
- @ApiOperation(value = "切换钢种", notes = "切换钢种")
|
|
|
+ @ApiOperation(value = "切换牌号", notes = "切换牌号")
|
|
|
public Result<Map<String, String>> switchSteel(@RequestBody SwitchSteelDTO switchSteelDTO) {
|
|
|
|
|
|
shiftConfigurationService.updateSteelGradeAndCache(switchSteelDTO);
|
|
|
- return Result.OK("切换钢种成功");
|
|
|
+ return Result.OK("切换牌号成功");
|
|
|
}
|
|
|
|
|
|
|