7 lines
134 B
Java
7 lines
134 B
Java
package com.tenwa.httpclient.service;
|
|
|
|
public interface GPSService {
|
|
|
|
public String GetCarStateInfo(String imei) throws Exception;
|
|
}
|