注入Service实现
This commit is contained in:
@@ -4,6 +4,7 @@ import java.util.List;
|
|||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
import com.gzzn.omms.msgexchangeapi.domain.primary.entity.Cminmsg;
|
import com.gzzn.omms.msgexchangeapi.domain.primary.entity.Cminmsg;
|
||||||
import com.gzzn.omms.msgexchangeapi.domain.primary.entity.msg.Msg;
|
import com.gzzn.omms.msgexchangeapi.domain.primary.entity.msg.Msg;
|
||||||
@@ -13,6 +14,7 @@ import com.gzzn.omms.msgexchangeapi.domain.secondary.entity.FlightInfo;
|
|||||||
import com.gzzn.omms.msgexchangeapi.msghandler.MsgHandlerDispatcher;
|
import com.gzzn.omms.msgexchangeapi.msghandler.MsgHandlerDispatcher;
|
||||||
import com.gzzn.omms.msgexchangeapi.utils.JsonUtil;
|
import com.gzzn.omms.msgexchangeapi.utils.JsonUtil;
|
||||||
|
|
||||||
|
@Service
|
||||||
public class FlightInfoServiceImpl implements IFlightInfoService {
|
public class FlightInfoServiceImpl implements IFlightInfoService {
|
||||||
@Autowired
|
@Autowired
|
||||||
private FlightInfoDao flightInfoDao;
|
private FlightInfoDao flightInfoDao;
|
||||||
|
|||||||
Reference in New Issue
Block a user