Lius
2024-10-31 7d8887e36acb71ee20bf2f55170571b3fa7621b7
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);
}