VVT789
2025-02-11 bddd6baa0b99ac55426541124ea5f9db9c1992aa
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);
}