zhangherong
2025-07-01 767e39ad77abcba4f3133d589146d4dd0935dab2
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcDeviceCalendarMapper.java
@@ -31,4 +31,6 @@
    MdcDeviceCalendar getFirstData(@Param("equipmentId") String equipmentId);
    List<MdcDeviceCalendarVo> listByEquipmentAndDates(@Param("equipmentId") String equipmentId, @Param("stringDates") List<String> stringDates);
}