提交 408ee472 authored 作者: 许俊's avatar 许俊

注释修改

上级 ce203a3b
......@@ -73,8 +73,8 @@ public class HousePickingtableController extends JeecgController<HousePickingtab
return Result.OK(pageList);
}
@AutoLog(value = "待拣货产品明细-分页列表查询")
@ApiOperation(value = "待拣货产品明细-分页列表查询", notes = "待拣货产品明细-分页列表查询")
@AutoLog(value = "待拣货产品明细-列表查询")
@ApiOperation(value = "待拣货产品明细-列表查询", notes = "待拣货产品明细-列表查询")
@GetMapping(value = "/ReadyList")
public Result<?> queryReadyList(@RequestParam(required = true) String id){
QueryWrapper<HousePickingReady> qw=new QueryWrapper<>();
......@@ -83,8 +83,8 @@ public class HousePickingtableController extends JeecgController<HousePickingtab
return Result.OK(housePickingReadies);
}
@AutoLog(value = "已拣货产品明细-分页列表查询")
@ApiOperation(value = "已拣货产品明细-分页列表查询", notes = "已拣货产品明细-分页列表查询")
@AutoLog(value = "已拣货产品明细-列表查询")
@ApiOperation(value = "已拣货产品明细-列表查询", notes = "已拣货产品明细-列表查询")
@GetMapping(value = "/FinshList")
public Result<?> queryFinshList(@RequestParam(required = true) String id){
QueryWrapper<HousePickingFinsh> qw=new QueryWrapper<>();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论