mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update
This commit is contained in:
@@ -182,6 +182,12 @@ public class SpringBootTestController {
|
||||
private IMemberBasicInfoService memberBasicInfoService;
|
||||
|
||||
|
||||
@Test
|
||||
public void testVin() {
|
||||
String vinCode = "LRWYGCFS3PC844497";
|
||||
MemberPlateNumberRelation memberPlateInfoByVinCode = memberPlateNumberRelationService.getMemberPlateInfoByVinCode(vinCode);
|
||||
System.out.println(memberPlateInfoByVinCode);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testUpdateConnectorStatus() {
|
||||
|
||||
Reference in New Issue
Block a user