8 天以前 67de53af3d78d28eda960037f39646b6886a9ee8
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);
}