From 94b0255fc14b30d93289bd8a592e351f0ad941f2 Mon Sep 17 00:00:00 2001 From: zhang xu <2125563902@qq.com> Date: Fri, 14 Jun 2024 22:31:11 +0800 Subject: [PATCH] =?UTF-8?q?test:(=E6=9B=B4=E6=94=B9=E4=BA=86=E8=BD=A6?= =?UTF-8?q?=E8=BE=86=E6=9F=A5=E8=AF=A2=E7=9A=84=E5=88=97=E8=A1=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/muyu/networking/service/impl/EntInfoServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/muyu-modules/muyu-networking/muyu-networking-service/src/main/java/com/muyu/networking/service/impl/EntInfoServiceImpl.java b/muyu-modules/muyu-networking/muyu-networking-service/src/main/java/com/muyu/networking/service/impl/EntInfoServiceImpl.java index ce498ee..b86ca09 100644 --- a/muyu-modules/muyu-networking/muyu-networking-service/src/main/java/com/muyu/networking/service/impl/EntInfoServiceImpl.java +++ b/muyu-modules/muyu-networking/muyu-networking-service/src/main/java/com/muyu/networking/service/impl/EntInfoServiceImpl.java @@ -6,6 +6,7 @@ import com.muyu.networking.mapper.EntInfoMapper; import com.muyu.networking.service.EntInfoService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.annotation.AccessType; +import org.springframework.stereotype.Service; import java.util.List; @@ -16,6 +17,7 @@ import java.util.List; * @Author: zhangxu * @Created: 2024/6/10 20:56 */ +@Service public class EntInfoServiceImpl extends ServiceImpl implements EntInfoService {