qh 2 年之前
父節點
當前提交
ad0a89a805

+ 2 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/service/impl/BusBookingLayoutDayPriceServiceImpl.java

@@ -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 {
 }