This commit is contained in:
Lemon
2023-07-19 10:02:35 +08:00
parent fd36eb89ae
commit 6905a3f62d
2 changed files with 26 additions and 1 deletions

View File

@@ -247,7 +247,7 @@ public class SpringBootTestController {
@Test
public void testVin() {
String vinCode = "LRWYGCFS3PC844497";
String vinCode = "tango";
MemberPlateNumberRelation memberPlateInfoByVinCode = memberPlateNumberRelationService.getMemberPlateInfoByVinCode(vinCode);
System.out.println(memberPlateInfoByVinCode);
}