|
@@ -63,7 +63,7 @@ public class WxBreweryProductionLineController {
|
|
|
*/
|
|
|
@ApiOperation("查询当前登陆人的产线列表")
|
|
|
@GetMapping("/queryListBreweryProductionLine")
|
|
|
- public BaseResponse queryListBreweryProductionLine(@Validated QueryListBreweryProductionLineReq req) {
|
|
|
+ public BaseResponse<QueryListBreweryProductionLineRes> queryListBreweryProductionLine(@Validated QueryListBreweryProductionLineReq req) {
|
|
|
QueryListBreweryProductionLineRes res = breweryProductionLineService.queryListBreweryProductionLine(req);
|
|
|
return BaseResponse.create(res);
|
|
|
}
|