DYL0109
2025-01-20 a2eb69e1a831dd28fb4940938e6399f3ce82c448
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);
}