提交 c5eaa7e4 authored 作者: aiqingguo's avatar aiqingguo

增加返回字段

上级 3dc8abd0
...@@ -78,7 +78,7 @@ public class AppDriverCollectTruckController { ...@@ -78,7 +78,7 @@ public class AppDriverCollectTruckController {
return Result.ok(); return Result.ok();
} }
@ApiOperation(value = "更新接受距货源地最远距离", notes = "<br>By:艾庆国") @ApiOperation(value = "更新拉运货物意愿", notes = "<br>By:艾庆国")
@PostMapping("/updateGoodsType") @PostMapping("/updateGoodsType")
public Result<Void> updateGoodsType(@RequestBody @Validated CollectTruckReportGoodsTypeUpdateParam param) { public Result<Void> updateGoodsType(@RequestBody @Validated CollectTruckReportGoodsTypeUpdateParam param) {
collectTruckReportService.updateGoodsType(param); collectTruckReportService.updateGoodsType(param);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论