CarsServiceImpl.java 284 Bytes
package com.bsth.service.impl;

import com.bsth.entity.Cars;
import com.bsth.service.CarsService;
import org.springframework.stereotype.Service;

/**
 * Created by xu on 16/5/31.
 */
@Service
public class CarsServiceImpl extends BaseServiceImpl<Cars, Long> implements CarsService {
}