mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-05 06:27:59 +08:00
9 lines
208 B
Java
9 lines
208 B
Java
package com.jsowell.pile.service;
|
|
|
|
import com.jsowell.pile.dto.YuxinReservationChargingDTO;
|
|
|
|
public interface YuxinReservationChargingService {
|
|
|
|
void createReservation(YuxinReservationChargingDTO dto);
|
|
}
|