交易记录新增vin启动相关逻辑

This commit is contained in:
Lemon
2023-06-08 10:29:38 +08:00
parent 7091a8ce23
commit ae50cb54cd
2 changed files with 13 additions and 5 deletions

View File

@@ -73,5 +73,5 @@ public interface ICarVinInfoService {
* @return
*/
CarVinInfoVO getMemberInfoByVinCode(String vinCode);
}