CarConfigInfoService.java 240 Bytes
package com.bsth.service.schedule;

import com.bsth.entity.schedule.CarConfigInfo;
import com.bsth.service.BaseService;

/**
 * Created by xu on 16/5/9.
 */
public interface CarConfigInfoService extends BaseService<CarConfigInfo, Long> {
}