mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
充电桩主动申请充电,平台生成订单号回复并启动充电
This commit is contained in:
@@ -31,6 +31,16 @@ public class PileAuthCardServiceImpl implements IPileAuthCardService {
|
||||
return pileAuthCardMapper.selectPileAuthCardById(id);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询充电站鉴权卡信息
|
||||
* @param pileAuthCard
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public PileAuthCard selectPileAuthCardInfo(PileAuthCard pileAuthCard) {
|
||||
return pileAuthCardMapper.selectPileAuthCardInfo(pileAuthCard);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询充电站鉴权卡列表
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user