DYL
2025-02-11 2bb1c5a1f285e5380a675de6d88ab4b83d7fcef7
zhitan-system/src/main/java/com/zhitan/basicdata/mapper/MeterImplementMapper.java
@@ -86,4 +86,6 @@
    List<MeterImplement> listMeterImplementByIds(@Param("meterIdList") List<String> meterIdList);
    MeterImplement selectByNodeIdIndexId(@Param("nodeId") String nodeId, @Param("indexId") String indexId);
    List<MeterImplement> listMeterImplByInstallLocation(@Param("installactionLocation") String installactionLocation);
}