| | |
| | | package com.fzzy.init; |
| | | |
| | | import com.fzzy.igds.ServerRunner; |
| | | import com.fzzy.igds.domain.Dept; |
| | | import com.fzzy.igds.service.*; |
| | | import com.ruoyi.system.service.ISysCompanyService; |
| | |
| | | import org.springframework.boot.CommandLineRunner; |
| | | import org.springframework.core.annotation.Order; |
| | | import org.springframework.stereotype.Component; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.List; |
| | |
| | | private InoutConfService inoutConfService; |
| | | @Resource |
| | | private SecCameraService secCameraService; |
| | | @Resource |
| | | private SnapConfService snapConfService; |
| | | |
| | | |
| | | @Override |
| | | public void run(String... args) throws Exception { |