GpsMileageServiceImpl.java
359 Bytes
package com.bsth.service.realcontrol.impl;
import com.bsth.entity.realcontrol.GpsMileage;
import com.bsth.service.impl.BaseServiceImpl;
import com.bsth.service.realcontrol.GpsMileageService;
import org.springframework.stereotype.Service;
@Service
public class GpsMileageServiceImpl extends BaseServiceImpl<GpsMileage, Long> implements GpsMileageService {
}