package com.jsowell.pile.service; import com.jsowell.pile.dto.YuxinReservationChargingDTO; public interface YuxinReservationChargingService { void createReservation(YuxinReservationChargingDTO dto); }