Lius
2024-11-13 8a39b28eb9731cfa9d1d3556f88a636bd22cd556
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/MdcProductDayscheduleMapper.java
@@ -13,4 +13,8 @@
public interface MdcProductDayscheduleMapper extends BaseMapper<MdcProductDayschedule> {
    List<String> selectDateList(@Param("dateTime") String dateTime);
    MdcProductDayschedule findYesterdayData(@Param("date") String date);
    String findClazz(@Param("equipmentId") String equipmentId);
}