From faf27b105f85b5b11e75f2fa041c2f53229794de Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 02 四月 2025 15:43:09 +0800
Subject: [PATCH] fix: 租赁计划修改page方法

---
 platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java b/platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java
index 524c1fd..5c06f67 100644
--- a/platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java
+++ b/platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java
@@ -12,4 +12,8 @@
 
 
     List<Device> getDeviceSelectListByLedgerId(@Param("ledgerId") Long ledgerId);
+
+    List<Device> getDeviceListByContractId(@Param("contractId")Long contractId);
+
+    List<Device> getDropdownnByWinningId(@Param("id") Long id);
 }

--
Gitblit v1.9.1