jacksenma 7 سال پیش
والد
کامیت
a5a7f6e822

+ 0 - 1
src/main/java/com/example/cinema/blImpl/management/hall/HallServiceImpl.java

@@ -1,7 +1,6 @@
 package com.example.cinema.blImpl.management.hall;
 
 import com.example.cinema.bl.management.HallService;
-import com.example.cinema.blImpl.management.hall.HallServiceForBl;
 import com.example.cinema.data.management.HallMapper;
 import com.example.cinema.vo.HallVO;
 import com.example.cinema.vo.ResponseVO;

+ 0 - 1
src/main/java/com/example/cinema/blImpl/management/movie/MovieServiceImpl.java

@@ -1,7 +1,6 @@
 package com.example.cinema.blImpl.management.movie;
 
 import com.example.cinema.bl.management.MovieService;
-import com.example.cinema.bl.management.ScheduleService;
 import com.example.cinema.blImpl.management.schedule.MovieServiceForBl;
 import com.example.cinema.blImpl.management.schedule.ScheduleServiceForBl;
 import com.example.cinema.data.statistics.MovieLikeMapper;