新增 用户解绑车辆vin信息接口

This commit is contained in:
Lemon
2023-06-09 10:27:27 +08:00
parent 78d65e2ca7
commit dca4f994f2
3 changed files with 73 additions and 6 deletions

View File

@@ -89,4 +89,10 @@ public interface ICarVinInfoService {
* @return
*/
int bindAuthCard(CarVinDTO dto);
/**
* 用户解绑车辆vin信息
* @param dto
*/
int unbindCarVin(CarVinDTO dto);
}