huang
7 天以前 22e17b6db03ca58bc477a35ca067e55a09cffce7
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> {
 
}