huang
2025-12-05 73aa66976e35252378be3f09be2474193ccd0bf6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;
 
/**
 * <p>
 * Mapper 接口
 * </p>
 *
 * @author wu
 * @since 2024-06-13
 */
@DS("northGlassMes")
public interface ReportInfoMapper extends BaseMapper<ReportInfo> {
 
}