package org.jeecg.modules.mdc.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.jeecg.modules.mdc.entity.MdcEquipmentDaySchedule; import org.jeecg.modules.mdc.mapper.MdcEquipmentDayScheduleMapper; import org.jeecg.modules.mdc.service.IMdcEquipmentDayScheduleService; import org.springframework.stereotype.Service; /** * @Author: Lius * @CreateTime: 2025-02-26 * @Description: s */ @Service public class MdcEquipmentDayScheduleServiceImpl extends ServiceImpl implements IMdcEquipmentDayScheduleService { }