mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 21:15:06 +08:00
新增 用户解绑车辆vin信息接口
This commit is contained in:
@@ -89,4 +89,10 @@ public interface ICarVinInfoService {
|
||||
* @return
|
||||
*/
|
||||
int bindAuthCard(CarVinDTO dto);
|
||||
|
||||
/**
|
||||
* 用户解绑车辆vin信息
|
||||
* @param dto
|
||||
*/
|
||||
int unbindCarVin(CarVinDTO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user