package com.mes.base.report.mapper; import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.mes.reportinfo.ReportInfo; /** *
* Mapper 接口 *
* * @author wu * @since 2024-06-13 */ @DS("northGlassMes") public interface ReportInfoMapper extends BaseMapper