From be4d38861243f89bfa1d712e8a2f2d48e5effa1f Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 30 Jan 2024 12:35:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E5=A4=8DQueueItem?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lanyuanxiaoyao/service/web/controller/QueueController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-web/src/main/java/com/lanyuanxiaoyao/service/web/controller/QueueController.java b/service-web/src/main/java/com/lanyuanxiaoyao/service/web/controller/QueueController.java index 312dbdc..c64ffd3 100644 --- a/service-web/src/main/java/com/lanyuanxiaoyao/service/web/controller/QueueController.java +++ b/service-web/src/main/java/com/lanyuanxiaoyao/service/web/controller/QueueController.java @@ -1,6 +1,6 @@ package com.lanyuanxiaoyao.service.web.controller; -import com.lanyuanxiaoyao.micro.service.entity.queue.QueueItem; +import com.lanyuanxiaoyao.service.configuration.entity.queue.QueueItem; import com.lanyuanxiaoyao.service.forest.service.QueueService; import com.lanyuanxiaoyao.service.web.controller.base.AmisCrudResponse; import com.lanyuanxiaoyao.service.web.controller.base.AmisResponse;