严智鑫
2024-04-19 270d3f8179b0e0d4b59a7f27d05eecdbb275f365
hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/edgstoragecage/controller/EdgStorageCageController.java
@@ -6,6 +6,7 @@
import com.mes.taskcache.entity.TaskCache;
import com.mes.taskcache.service.impl.TaskCacheServiceImpl;
import com.mes.utils.Result;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@@ -23,6 +24,7 @@
 * @author zhoush
 * @since 2024-04-07
 */
@Api("磨边前缓存")
@RestController
@RequestMapping("/edgStorageCage")
public class EdgStorageCageController {