zhangherong
2025-07-16 bccaf7e7d0b50ff9df3120c38193d77d60fe26eb
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);
}