|
@@ -66,7 +66,7 @@ public class GoodsController extends BaseController {
|
|
|
/**
|
|
|
* 查询商品宝列表
|
|
|
*/
|
|
|
- @ApiOperation("查询商品列表")
|
|
|
+ @ApiOperation("查询商品包列表")
|
|
|
@PreAuthorize("@ss.hasPermi('system:goods:list')")
|
|
|
@GetMapping("/getBsGoodlist")
|
|
|
public TableDataInfo<CompanyOrderBusinessConfigGoodsVo> getBsGoodList(GoodsQueryBo bo) {
|