src/main/java/com/ruoyi/sales/controller/ShippingInfoController.java
@@ -60,6 +60,12 @@
    @Autowired
    private StockUtils stockUtils;
    @GetMapping("/getByCustomerName")
    @ApiOperation("通过客户名称查询")
    public AjaxResult getByCustomerName(String customerName) {
        return AjaxResult.success(shippingInfoService.getShippingInfoByCustomerName(customerName));
    }
    @GetMapping("/listPage")
    @ApiOperation("发货信息列表")