File was renamed from hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/uppattenusage/controller/uppattenusageController.java |
| | |
| | | package com.mes.uppattenusage.controller; |
| | | |
| | | import com.mes.edgstoragecage.service.EdgStorageCageDetailsService; |
| | | import com.mes.edgstoragecage.service.EdgStorageCageService; |
| | | import com.mes.edgstoragecage.service.impl.EdgStorageCageDetailsServiceImpl; |
| | | import com.mes.edgstoragecage.service.impl.EdgStorageCageServiceImpl; |
| | | import com.mes.taskcache.service.HangzhoumesService; |
| | |
| | | * @since 2024-04-07 |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/taskCache") |
| | | public class uppattenusageController { |
| | | @RequestMapping("/upPattenUsage") |
| | | public class UpPattenUsageController { |
| | | |
| | | @Autowired |
| | | private EdgStorageCageServiceImpl edgStorageCageServiceImpl; |
| | | private EdgStorageCageService edgStorageCageService; |
| | | |
| | | @Autowired |
| | | private EdgStorageCageDetailsServiceImpl edgStorageCageDetailsServiceImpl; |
| | | private EdgStorageCageDetailsService edgStorageCageDetailsService; |
| | | |
| | | @Autowired |
| | | private HangzhoumesService hangzhoumesService; |