From 974c8d4404f75dfab253d54307b75987edad4c58 Mon Sep 17 00:00:00 2001 From: tan-kexin <836937758@qq.com> Date: Mon, 27 Sep 2021 10:45:57 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=B3=A8=E9=87=8A=E6=96=B0=E5=A2=9E=E4=BA=86?= =?UTF-8?q?=E8=B0=AD=E5=8F=AF=E6=AC=A3=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/newture/lxz/LxzApplication.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/newture/lxz/LxzApplication.java b/src/main/java/com/newture/lxz/LxzApplication.java index 513339f..4764a62 100644 --- a/src/main/java/com/newture/lxz/LxzApplication.java +++ b/src/main/java/com/newture/lxz/LxzApplication.java @@ -8,6 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; * @author xiao.hu * @date 2021-09-15 * @apiNote 启动类 + * 谭可欣 */ @SpringBootApplication @MapperScan("com.newture.lxz.mapper") -- Gitee