package org.jeecg.modules.mdc.mapper; import org.jeecg.modules.mdc.entity.MdcEquipmentStatisticalShiftInfoMonth; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @Description: 月班次设备运行数据表 * @Author: Lius * @Date: 2025-03-25 * @Version: V1.0 */ public interface MdcEquipmentStatisticalShiftInfoMonthMapper extends BaseMapper { }