@@ -10,6 +10,6 @@ import org.jeecg.modules.business.entity.BusBookingLayoutDayPrice;
* @Date: 2023-03-25
* @Version: V1.0
*/
-public interface IBusBookingBatchService extends IService<BusBookingLayoutDayPrice> {
+public interface IBusBookingBatchService extends IService<BusBookingBatch> {
}