From 4fc7909358cc62231c81b8e871749fc1b3fa69bd Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期一, 25 十一月 2024 14:10:26 +0800 Subject: [PATCH] 测试提交(无用) --- src/main/java/com/whyc/mapper/DevInfMapper.java | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/mapper/DevInfMapper.java b/src/main/java/com/whyc/mapper/DevInfMapper.java index ac092ef..178f430 100644 --- a/src/main/java/com/whyc/mapper/DevInfMapper.java +++ b/src/main/java/com/whyc/mapper/DevInfMapper.java @@ -1,5 +1,6 @@ package com.whyc.mapper; +import com.whyc.dto.DevInfDto; import com.whyc.pojo.db_lithium_ram_db.DevInf; import lombok.Value; import org.apache.ibatis.annotations.Param; @@ -9,9 +10,16 @@ public interface DevInfMapper extends CustomMapper<DevInf>{ //鏌ヨ鍖呮満浜虹鐞嗙殑璁惧id - List<DevInf> getAllInf(@Param("uid") Integer uid,@Param("devType") Integer devType); + List<DevInf> getAllInf(@Param("dto") DevInfDto dto); //鏌ヨ璇ョ被鍨嬫渶澶ц澶囩紪鍙� Integer getMaxDevId(Integer devType); //鑾峰彇宸︿晶娉 List<DevInf> getLine(@Param("uid") Integer uid); + + //鑾峰彇宸︿晶娉 + List<DevInf> getDevType(@Param("uid") Integer uid,@Param("devType") Integer devType); + + //璁惧鍒嗙被鎬绘暟缁熻 + List<DevInf> getDevStaticByType(@Param("uid") Integer userId); + } \ No newline at end of file -- Gitblit v1.9.1