You need to sign in or sign up before continuing.
CarConfigInfoServiceImpl.java 353 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 {
}