mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
管理员解绑充电桩,删除对应的充电桩预约设置
This commit is contained in:
@@ -37,4 +37,11 @@ public interface PileReservationInfoMapper {
|
||||
PileReservationInfo selectByPileConnectorCode(String pileConnectorCode);
|
||||
|
||||
PileReservationInfo selectByPileSn(String pileSn);
|
||||
|
||||
/**
|
||||
* 根据桩编号删除预约记录
|
||||
* @param pileSn
|
||||
* @return
|
||||
*/
|
||||
int deleteByPileSn(String pileSn);
|
||||
}
|
||||
Reference in New Issue
Block a user