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/java/com/whyc/mapper/BatttestdataInfMapper.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/whyc/mapper/BatttestdataInfMapper.java b/src/main/java/com/whyc/mapper/BatttestdataInfMapper.java index 9fb800c..72c0a13 100644 --- a/src/main/java/com/whyc/mapper/BatttestdataInfMapper.java +++ b/src/main/java/com/whyc/mapper/BatttestdataInfMapper.java @@ -1,22 +1,22 @@ package com.whyc.mapper; -import com.whyc.pojo.db_batt_testdata.BatttestdataInf; +import com.whyc.pojo.db_batt_testdata.BattTestDataInf; import org.apache.ibatis.annotations.Param; import java.util.List; -public interface BatttestdataInfMapper extends CustomMapper<BatttestdataInf>{ +public interface BatttestdataInfMapper extends CustomMapper<BattTestDataInf>{ //鍏呮斁鐢典竴浣撴満娴嬭瘯缁熻 - List<BatttestdataInf> getDevTinf(@Param("uid") int uid); + List<BattTestDataInf> getDevTinf(@Param("uid") int uid); //鏈勾 - List<BatttestdataInf> getDevTinfByYear(@Param("uid")int userId); + List<BattTestDataInf> getDevTinfByYear(@Param("uid")int userId); //鏈湀 - List<BatttestdataInf> getDevTinfByMonth(@Param("uid")int userId); + List<BattTestDataInf> getDevTinfByMonth(@Param("uid")int userId); //杩戜竴鍛�(mysql涓笉浼氱畻涓婁粖澶�) - List<BatttestdataInf> getDevTinfByWeek(@Param("uid")int userId,@Param("type")int type); + List<BattTestDataInf> getDevTinfByWeek(@Param("uid")int userId, @Param("type")int type); //鑾峰彇鍏呮斁鐢垫暟鎹� - List<BatttestdataInf> getTinfById( @Param("type")int type, @Param("devId")Integer devId); + List<BattTestDataInf> getTinfById(@Param("type")int type, @Param("devId")Integer devId); } \ No newline at end of file -- Gitblit v1.9.1