skyouc
7 天以前 8eb93d5740c17f7b30888cc4dc1038f024ab3cb9
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/DeliveryItemService.java
@@ -11,5 +11,5 @@
public interface DeliveryItemService extends IService<DeliveryItem> {
//    R excelImport(MultipartFile file, Map<String, Object> hashMap, Long loginUserId) throws Exception;
    R excelImport(MultipartFile file, Map<String, Object> hashMap, Long loginUserId) throws Exception;
}