From 36fdd5fcdd57dc67c7728c572b8423bc0d3c9c88 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期二, 07 一月 2025 10:10:20 +0800 Subject: [PATCH] top10 error add time --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaDeviceLifeMapper.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaDeviceLifeMapper.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaDeviceLifeMapper.java index 6a131aa..1a5ae15 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaDeviceLifeMapper.java +++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaDeviceLifeMapper.java @@ -3,10 +3,12 @@ import com.dy.pmsGlobal.pojoSta.StaDeviceLife; import org.apache.ibatis.annotations.Mapper; +import java.util.List; + /** * @author User * @description 閽堝琛ㄣ�恠ta_device_life(璁惧鐢熷懡鍛ㄦ湡琛�)銆戠殑鏁版嵁搴撴搷浣淢apper -* @createDate 2024-06-19 14:21:17 +* @createDate 2024-06-22 11:43:04 * @Entity com.dy.pmsGlobal.pojoSta.StaDeviceLife */ @Mapper @@ -24,4 +26,5 @@ int updateByPrimaryKey(StaDeviceLife record); + List<StaDeviceLife> selectByDeviceNo(String deviceNo); } -- Gitblit v1.8.0