mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
新增 用户绑定vin信息接口
This commit is contained in:
@@ -75,4 +75,11 @@ public interface CarVinInfoMapper {
|
||||
* @return
|
||||
*/
|
||||
CarVinInfoVO getMemberInfoByVinCode(String vinCode);
|
||||
|
||||
/**
|
||||
* 通过memberId查询绑定的车辆vin列表
|
||||
* @param memberId
|
||||
* @return
|
||||
*/
|
||||
List<CarVinInfoVO> getCarVinListByMemberId(String memberId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user