|
@@ -77,7 +77,6 @@ public class WorkController extends BaseController {
|
|
return workService.getServiceUpTip();
|
|
return workService.getServiceUpTip();
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
@ApiOperation(value = "修改实体", position = 1)
|
|
@ApiOperation(value = "修改实体", position = 1)
|
|
@PostMapping("save")
|
|
@PostMapping("save")
|
|
public Result<WorkEntity> save(@RequestBody WorkDto param) {
|
|
public Result<WorkEntity> save(@RequestBody WorkDto param) {
|