mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
add 小程序查询用户鉴权卡列表接口
This commit is contained in:
@@ -4,6 +4,7 @@ import java.util.List;
|
||||
|
||||
import com.jsowell.pile.domain.PileAuthCard;
|
||||
import com.jsowell.pile.dto.PileAuthCardDTO;
|
||||
import com.jsowell.pile.vo.uniapp.AuthCardVO;
|
||||
import com.jsowell.pile.vo.web.PileAuthCardVO;
|
||||
|
||||
/**
|
||||
@@ -60,7 +61,7 @@ public interface IPileAuthCardService {
|
||||
* @param dto 充电站鉴权卡
|
||||
* @return 结果
|
||||
*/
|
||||
int insertPileAuthCardForWeb(PileAuthCardDTO dto);
|
||||
int addAuthCard(PileAuthCardDTO dto);
|
||||
|
||||
/**
|
||||
* 修改充电站鉴权卡
|
||||
@@ -111,4 +112,11 @@ public interface IPileAuthCardService {
|
||||
* @return
|
||||
*/
|
||||
PileAuthCard selectCardInfoByLogicCard(String logicCard);
|
||||
|
||||
/**
|
||||
* 通过memberId查询鉴权卡列表 (小程序用)
|
||||
* @param memberId
|
||||
* @return
|
||||
*/
|
||||
List<AuthCardVO> getAuthCardListByMemberId(String memberId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user