CarDeviceService.java 183 Bytes
package com.bsth.service;

import com.bsth.entity.CarDevice;

/**
 * Created by xu on 16/6/15.
 */
public interface CarDeviceService extends BaseService<CarDevice, Long> {
}