|
|
@@ -4,8 +4,9 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import org.jeecg.modules.business.entity.BusBookingLayoutDayPrice;
|
|
|
import org.jeecg.modules.business.mapper.BusBookingLayoutDayPriceMapper;
|
|
|
import org.jeecg.modules.business.service.IBusBookingBatchService;
|
|
|
+import org.jeecg.modules.business.service.IBusBookingLayoutDayPriceService;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
@Service
|
|
|
-public class BusBookingLayoutDayPriceServiceImpl extends ServiceImpl<BusBookingLayoutDayPriceMapper, BusBookingLayoutDayPrice> implements IBusBookingBatchService {
|
|
|
+public class BusBookingLayoutDayPriceServiceImpl extends ServiceImpl<BusBookingLayoutDayPriceMapper, BusBookingLayoutDayPrice> implements IBusBookingLayoutDayPriceService {
|
|
|
}
|