| | |
| | | import com.ld.igds.n2.service.HN2Service; |
| | | import com.ld.igds.util.ContextUtil; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | @Component |
| | | public class N2AutoManager { |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private CoreCommonService coreCommonService; |
| | | @Autowired |
| | | @Resource |
| | | private RemoteManager remoteManager; |
| | | @Autowired |
| | | @Resource |
| | | private CoreSerService coreSerService; |
| | | @Autowired |
| | | @Resource |
| | | private CoreN2Service coreN2Service; |
| | | @Autowired |
| | | @Resource |
| | | private HN2Service hn2Service; |
| | | |
| | | |