|
|
@ -79,7 +79,7 @@ public class LpkGoodsRest { |
|
|
|
@ApiOperation("我的菜窖列表") |
|
|
|
@PostMapping("/vegeCellarList") |
|
|
|
public ResultBean vegeCellarList(@RequestBody LpkGoodsQuery query) { |
|
|
|
return lpkGoodsService. vegeCellarList(query); |
|
|
|
return lpkGoodsService.vegeCellarList(query); |
|
|
|
} |
|
|
|
@ApiOperation("我的菜窖类别及数量") |
|
|
|
@PostMapping("/vegeCellarTypeList") |
|
|
|