From 919acbd3e8148ffc5dfabc6d6468fa90f868a3cc Mon Sep 17 00:00:00 2001 From: 彭雪彬 <1724387007@qq.com> Date: Tue, 21 Oct 2025 17:49:45 +0800 Subject: [PATCH] 邀请新用户记录添加 --- oying-system/src/main/java/com/oying/modules/sh/rest/OrderReturnController.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/oying-system/src/main/java/com/oying/modules/sh/rest/OrderReturnController.java b/oying-system/src/main/java/com/oying/modules/sh/rest/OrderReturnController.java index d18b3ae..e449512 100644 --- a/oying-system/src/main/java/com/oying/modules/sh/rest/OrderReturnController.java +++ b/oying-system/src/main/java/com/oying/modules/sh/rest/OrderReturnController.java @@ -9,8 +9,6 @@ import com.oying.utils.R; import lombok.RequiredArgsConstructor; -import java.util.List; - import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.security.access.prepost.PreAuthorize; -- Gitblit v1.9.3