|
|
@@ -1,8 +1,7 @@
|
|
|
package com.example.cinema.blImpl.management.schedule;
|
|
|
|
|
|
-import com.example.cinema.bl.management.HallService;
|
|
|
-import com.example.cinema.bl.management.MovieService;
|
|
|
import com.example.cinema.bl.management.ScheduleService;
|
|
|
+import com.example.cinema.blImpl.management.hall.HallServiceForBl;
|
|
|
import com.example.cinema.data.management.ScheduleMapper;
|
|
|
import com.example.cinema.vo.*;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|