mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-29 11:38:04 +08:00
update羽信主板预约充电
This commit is contained in:
@@ -23,6 +23,11 @@ public class YuxinReservationChargingDTO {
|
||||
*/
|
||||
private String reservedId;
|
||||
|
||||
/**
|
||||
* 状态 (0-停用;1-启用)
|
||||
*/
|
||||
private String status;
|
||||
|
||||
/**
|
||||
* 充电桩编号
|
||||
*/
|
||||
|
||||
@@ -14,4 +14,6 @@ public interface YuxinReservationChargingService {
|
||||
void deleteReservation(YuxinReservationChargingDTO dto);
|
||||
|
||||
PileReservationInfoVO queryReservationInfo(YuxinReservationChargingDTO dto);
|
||||
|
||||
void updateReservedStatus(YuxinReservationChargingDTO dto);
|
||||
}
|
||||
|
||||
@@ -181,6 +181,11 @@ public class YuxinReservationChargingServiceImpl implements YuxinReservationChar
|
||||
.build();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateReservedStatus(YuxinReservationChargingDTO dto) {
|
||||
|
||||
}
|
||||
|
||||
private void fillReservationInfo(PileReservationInfo reservationInfo, YuxinReservationChargingDTO dto) {
|
||||
reservationInfo.setMemberId(dto.getMemberId());
|
||||
reservationInfo.setPileSn(dto.getPileSn());
|
||||
|
||||
Reference in New Issue
Block a user