gongchunyi
2 天以前 103f10ed038b7398633b919f0efc5486f1e30267
src/main/java/com/ruoyi/sales/mapper/ShippingInfoMapper.java
@@ -21,7 +21,9 @@
    List<ShippingInfo> listAll();
    List<SalesLedgerProductDto> getReturnManagementDtoById(Long shippingId);
    List<ShippingInfoDto> exportList(@Param("req") ShippingInfo req);
    List<SalesLedgerProductDto> getReturnManagementDtoById(@Param("shippingId")Long shippingId);
    List<ShippingInfo> getShippingInfoByCustomerName(String customerName);