5 天以前 7a6f10169c1f56e7f0394463e1294fd2da3f6725
src/main/java/com/ruoyi/sales/mapper/ShippingInfoMapper.java
@@ -22,4 +22,6 @@
    List<ShippingInfo> getShippingInfoByCustomerName(String customerName);
    List<SalesLedgerProductDto> getReturnManagementDtoById(@Param("shippingId")Long shippingId);
    ShippingInfoDto getDateil(@Param("id") Long id);
}