| | |
| | | import org.apache.commons.lang.time.DateFormatUtils; |
| | | import org.apache.log4j.Logger; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.context.annotation.Lazy; |
| | | import org.springframework.http.HttpEntity; |
| | | import org.springframework.http.HttpHeaders; |
| | | import org.springframework.http.MediaType; |
| | |
| | | private String reagentStatusUrl; |
| | | @Value("${sensors.url}") |
| | | private String reagentSensorsUrl; |
| | | @Lazy |
| | | @Resource |
| | | private BaseMetaService baseMetaService; |
| | | @Lazy |
| | | @Resource |
| | | private OpeReagentStatusService reagentStatusService; |
| | | @Lazy |
| | | @Resource |
| | | private OpeUseFlowService opeUseFlowService; |
| | | @Lazy |
| | | @Resource |
| | | private SysContainerSensorsService sysContainerSensorsService; |
| | | @Lazy |
| | | @Resource |
| | | private SysUserService sysUserService; |
| | | |