qh 2 anos atrás
pai
commit
65ca9fe274

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

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