8 天以前 855009dc2173e9ddefcfc4b3901fbe255fe82752
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);
}