CarConfigInfoServiceImpl.java
341 Bytes
package com.bsth.service.schedule;
import com.bsth.entity.schedule.CarConfigInfo;
import com.bsth.service.impl.BaseServiceImpl;
import org.springframework.stereotype.Service;
/**
* Created by xu on 16/5/9.
*/
@Service
public class CarConfigInfoServiceImpl extends BaseServiceImpl<CarConfigInfo, Long> implements CarConfigInfoService {
}