RegionLineCarService.java 206 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 package com.bsth.service.lg_travel; import com.bsth.entity.lg_travel.RegionLineCar; import com.bsth.service.BaseService; public interface RegionLineCarService extends BaseService<RegionLineCar, Long> { }