RegionLineCarService.java 206 Bytes
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> {
}