GZMachinesWeb/.svn/pristine/ec/ec32fbf160604c8778d5d535046...

13 lines
301 B
Plaintext
Raw Normal View History

2025-06-20 17:47:53 +08:00
package com.bonus.data.service;
import com.bonus.data.beans.GpsDataBean;
import com.bonus.sys.BaseService;
public interface GpsDataService extends BaseService<GpsDataBean>{
String getAccessToken(GpsDataBean bean,String token);
String getPosInfo(GpsDataBean bean, String token, String imeis);
}