GpsMileageService.java 201 Bytes
package com.bsth.service.realcontrol;

import com.bsth.entity.realcontrol.GpsMileage;
import com.bsth.service.BaseService;

public interface GpsMileageService extends BaseService<GpsMileage, Long> {
}