liyong
3 天以前 16dbf4a7062e0a228ebde98e1eaedd7a499b9b1d
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);
}