From 62821d1ae4ec32254943b7fdb7c3ed07ef38992f Mon Sep 17 00:00:00 2001 From: Wang Date: Sat, 17 Jan 2026 18:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=90=86=E5=95=86?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...tController.java => AppAgentActivityRelationController.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename seer-mp/seer-mp-service-app/src/main/java/com/seer/teach/mp/app/controller/{AppAgentActivityParticipantController.java => AppAgentActivityRelationController.java} (97%) diff --git a/seer-mp/seer-mp-service-app/src/main/java/com/seer/teach/mp/app/controller/AppAgentActivityParticipantController.java b/seer-mp/seer-mp-service-app/src/main/java/com/seer/teach/mp/app/controller/AppAgentActivityRelationController.java similarity index 97% rename from seer-mp/seer-mp-service-app/src/main/java/com/seer/teach/mp/app/controller/AppAgentActivityParticipantController.java rename to seer-mp/seer-mp-service-app/src/main/java/com/seer/teach/mp/app/controller/AppAgentActivityRelationController.java index ecfd552..190a29f 100644 --- a/seer-mp/seer-mp-service-app/src/main/java/com/seer/teach/mp/app/controller/AppAgentActivityParticipantController.java +++ b/seer-mp/seer-mp-service-app/src/main/java/com/seer/teach/mp/app/controller/AppAgentActivityRelationController.java @@ -36,7 +36,7 @@ import java.util.List; @EncryptionAnnotation @DecryptionAnnotation @RequiredArgsConstructor -public class AppAgentActivityParticipantController { +public class AppAgentActivityRelationController { private final IAppAgentActivityParticipantService agentActivityParticipantService;