liyong
3 天以前 88ae1e650fc2fc30928edfe8f3cc39108d8d1ccd
src/main/java/com/ruoyi/sales/service/ShippingInfoService.java
@@ -23,4 +23,6 @@
    List<SalesLedgerProductDto> getReturnManagementDtoById( Long shippingId);
    List<ShippingInfo> getShippingInfoByCustomerName(String customerName);
    boolean add(ShippingInfoDto req);
}