From ba29811c971a8ad9bdffd1bf1b33231e76c980d5 Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期五, 14 三月 2025 16:39:28 +0800
Subject: [PATCH] 类名命名规范化

---
 src/main/resources/mapper/BatttestdataInfMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/BatttestdataInfMapper.xml b/src/main/resources/mapper/BatttestdataInfMapper.xml
index e25365c..b4f8737 100644
--- a/src/main/resources/mapper/BatttestdataInfMapper.xml
+++ b/src/main/resources/mapper/BatttestdataInfMapper.xml
@@ -75,7 +75,7 @@
             )
         </where>
     </select>
-    <select id="getTinfById" resultType="com.whyc.pojo.db_batt_testdata.BatttestdataInf">
+    <select id="getTinfById" resultType="com.whyc.pojo.db_batt_testdata.BattTestDataInf">
         select *
         from db_batt_testdata.tb_batttestdata_inf
         <where>

--
Gitblit v1.9.1