zhangherong
2025-07-10 8aa956fed9950c75b7115e44e01b9d41b9241b82
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);
}