Lius
2024-10-24 a7a4e0e6ae09c720e50dc22fc50c67519414067c
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);
}