shiyunteng
2025-04-02 7ed65656296a198162b91cdf311c197aebcff0e8
platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java
@@ -14,4 +14,6 @@
    List<Device> getDeviceSelectListByLedgerId(@Param("ledgerId") Long ledgerId);
    List<Device> getDeviceListByContractId(@Param("contractId")Long contractId);
    List<Device> getDropdownnByWinningId(@Param("id") Long id);
}