CarsService.java 159 Bytes
package com.bsth.service;

import com.bsth.entity.Cars;

/**
 * Created by xu on 16/5/31.
 */
public interface CarsService extends BaseService<Cars, Long> {
}