skyouc
4 天以前 6524bd254ad14bc1dc93e590f8a64c373f88789c
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;
}