网约车数据通路

This commit is contained in:
suyong
2021-05-31 17:07:00 +08:00
parent bd54fc7d28
commit 03cf877d69
4 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package com.mogo.module.adas;
/**
* Created by XuYong on 2021/5/28 15:24
*/public class AdasConstant {
}

View File

@@ -0,0 +1,5 @@
package com.mogo.module.adas;
/**
* Created by XuYong on 2021/5/28 16:12
*/public class AutonomousDriveStatusBean {
}

View File

@@ -0,0 +1,5 @@
package com.mogo.module.adas;
/**
* Created by XuYong on 2021/5/28 14:24
*/public class IAdasApiService {
}

View File

@@ -0,0 +1,5 @@
package com.mogo.module.adas;
/**
* Created by XuYong on 2021/5/31 16:24
*/public class ReportSiteBean {
}